acidglitter Posted January 21, 2008 Share Posted January 21, 2008 we need to be able to upload super large zipped files (100+mb) at my job, so i made a page to upload it in php. but the files are so large that the page will only half upload them, then quit and refresh the page... is there a way i can get it to completely upload the file or would it be better to just use ftp? Link to comment https://forums.phpfreaks.com/topic/87123-uploading-large-files/ Share on other sites More sharing options...
Daniel0 Posted January 21, 2008 Share Posted January 21, 2008 You might want to check the following php.ini directives: upload_max_filesize post_max_size max_input_time Link to comment https://forums.phpfreaks.com/topic/87123-uploading-large-files/#findComment-445566 Share on other sites More sharing options...
acidglitter Posted January 21, 2008 Author Share Posted January 21, 2008 okay thanks. i tried fixing those so the limit is 200mb, but its still being a pain. i think we're just going to go with ftp.. Link to comment https://forums.phpfreaks.com/topic/87123-uploading-large-files/#findComment-445612 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.