php - There any limit to the values you can set for post_max_size or upload_max_filesize? -


i tasked creating uploader site can handle large files avoid clients having use ftp means send. large mean upwards 2 gigs in size. have researched few options , tested couple implementations, 1 of them is:

http://www.easyflashuploader.com/en/efu-audio-uploader-demo#start

only problem 1 no file chunking ( know of ) requires me setting post_max_size , upload_max_filesize ridiculous numbers compensate. there limit can set to? big reasons against doing so?

thanks in advance.

php's pretty crappy when comes large file uploads, particularly because have memory limit higher size of file. well, apache on 32bit systems tends have 2gig file limit itself, if php handle upload, apache choke.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -