lee07 Posted June 21, 2007 Share Posted June 21, 2007 Hi there everyone, I'm new to the board so please be gentle! I work for a printing company we are trying to set up a Browser Upload page for clients to upload their work, I can get the script to work for small files but for big files all the scripts that I have tried (eUpload, PSUpload, UUpload some more also cant remember what they were called) time out and fail, it seems to be on files larger than 20-30mb , Does anyone know if this is a problem with the script or a server problem? Quote Link to comment https://forums.phpfreaks.com/topic/56534-upload-scripts-with-big-files/ Share on other sites More sharing options...
ToonMariner Posted June 21, 2007 Share Posted June 21, 2007 server - there is a seeting for upload_max_filesize which is normally 2-8M if memory servers me well you may beable to use ini_set('upload_max_filesize' , 30720000); // 30M BUT uploading a file that size via http is very slow... Quote Link to comment https://forums.phpfreaks.com/topic/56534-upload-scripts-with-big-files/#findComment-279221 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.