Forums / Setup & design / Uploading file PROBLEM!
Valentina Ferrari
Monday 10 January 2005 6:26:52 am
Hi all!I would like to upload a big file (more then 10 Mb) but when I try to do this appears only a blank form. So it doesn't work!
In php.ini I set the "upload_max_filesize" to 20MB, but it doesn't work!
I'm using 3.4.0 EzPublish version.
Any hints?
TIAValentina
Eivind Marienborg
Monday 10 January 2005 8:45:35 am
You might want to check if the content class you're uploading to has a file size limit too. This can be done via the Admin interface. :)
Monday 10 January 2005 11:43:59 pm
I have already checked that, but it doesn't work!!! :o(
Thanks!
Roberto Frascarelli
Tuesday 11 January 2005 1:10:49 am
I have the same problem with new 3.5 EzP. version: it seems to have a limit of 8MB in the size of uploading files, but I cant't find nothing in settings files.
Tuesday 11 January 2005 11:47:52 pm
In the setup tab in the administration interface, under system information, you can see details of your system. I just noticed that there is also a file limitation under PHP, so you might wanna check out this too.
Wednesday 12 January 2005 12:02:39 am
thanks for the suggestion, the limitation was in the "post_max_size" parameter in php.ini configuration file.Now all it works correctly
Wednesday 12 January 2005 1:02:16 am
Thank you all!Now it works! :o)
Valentina
Wednesday 12 January 2005 1:24:24 am
Hi all!It work on my local site, but I have some problem with the maximum execution time when I upload a big file online.
I set the maximum execution time at 1200 second, but before the end of this time an error appears: "Fatal error: Maximum execution time of 1200 seconds exceeded in c:\programmi\ezpublish\ezpublish\index.php on line 38"
What can I do? 1200 second of execution time is too much. Anybody had this problem? Any hints?
Thanks, Valentina
Friday 28 January 2005 1:19:19 am