I am designing a website for a company, and they want art files uploaded to their website. The average file will be around 10mb. However, I am unable to upload files that large because of restrictions in php.ini. I cant figure out how to change php.ini because it is being hosted through domain.com on a windows server. (i know, I know, I didnt set it up) So, how do I upload files larger than the php.ini will allow? I have heard terms such as %26quot;Chunking%26quot; the file, and splitting the file, but I cant find a GOOD tutorial on the net anywhere. Please help!
Thanks!
How do I upload large files to my website using PHP?
Check www.php.net: the official ressource of PhP.
There are function for you to alter PhP.ini.
However, the upload of large files can be bypassed using SAJAX (the PhP version of AJAX). Google it and search for file upload with synchronous progress bar. (Free download).
I have used it a while ago and uploaded 1 Gb files...
The original source of Sajax is found at www . SeeMySites . net, search for %26quot;lightloader%26quot;.
Somewhere in the files there is a limit to the size: change it to whatever you need.
No comments:
Post a Comment