Jump to content

Upload Scripts with big files


lee07

Recommended Posts

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?

 

 

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.