Thanks Jelle, I think I got some idea's about where to look:
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M ; Maximum amount of memory a script may consume
Seems the memory limit is oke for a 9 mb big file, but the max. execution time is limited to 30 secs, which might cause the upload to stop, correct?
In that case for security reasons (shared server with a lot of accounts) I can better leave this as it is now and upload the files by ftp and link to it.
|