Hi, I have a form where people can upload files. My clients needs to send me images. Now they upload 6 images at once. Its working fine when image files are small. But sometimes they have to send 300dpi very large photographs. Which can cross alot of MBs. May be a GB too ? So i was not able to edit the php.ini in a shared windows hosting. So i got a VPS. Now in Windows or Linux VPS. If i have to edit php.ini to allow larger images. What do i need to do ? The control panel is Plesk. And is it going to be possible for users to upload huge image files on my VPS. What about memory issues, what about time out issues. Please give me all the details. I really need your help and will be thanksful to you. Regards
1) The easiest way would be to download php.ini, edit it locally and upload it back. You can use Notepad, it's just text. 2) No memory problem - files take storage, not memory. 3) You can increase the timeout in php.ini too. 4) You can increase filesize and timeout in the php file, you don't have to edit php.ini.