upload big file
Brought to you by:
lee_herron
i have set the max file size to be uploaded as 100MB
($MaxFileSize = "104857600"; $HDDSpace
= "949000000";). Somehow, I can only upload 9MB file
but not over 10MB file. When trying to upload bigger
file (>10MB), initially it shows it is in the process
of uploading (not prompting any error), but after
awhile it goes back to the main logon screen and the
file is not uploaded onto the server.
Did I miss anything?
Thanks!
Logged In: NO
Actually there are also a limitation from the server and
your php setting. Check "post_max_size"
and "upload_max_filesize" at the "php.ini" file. Or ask
your server administrator about this.
Maybe this can help.