hi there i need some hlp on how can i upload files with 30MB of size i change on my php.ini already and set the max_upload_size to 30M and i tried to upload like around 26MB of file but it cant sent complete and i tried to upload like around 5MB and it upload properly so can somebody tell me what should i do?
set_time_limit(0); use this for execution of script until is completed. the oraginal is 30 second limit of execution.
let me know if this help you.
man, 30 megs? why not just use ftp? If it's for clients, you could set them up with restricted ftp access and maybe even build a web-based ftp client.
BTW, I like the look of your site. 😉
Cgraz
well bascially it is really for y client.. and im am currently developing a site where they can upload files and share to some of the users... but apprently they want to upload a 30MB file which i was really shock 🙂 anyway its non of my business coz im just the one who developing the site. but yes it can be upload via FTP but how can u add those file to your database on the website u are currently using to share it to others 🙂 so i guess its is not really good to use this kind of thing if u uploading a file like 30MB 🙂
cgraz -- thank you for the compliments about my site..
well if you have them upload using ftp, then you can read the directory for files and insert into the database if the file isn't already listed. You could also check for files that are no longer there to be deleted from the database.