I am using codeigniter for my project and the file upload is taking a lot of time in server. When a user uploads images of size above 3 MB, its taking more than 1 minute to upload. Is there any way to speed up file upload process or does it depend upon the net connection being used
Share
In a normal scenario, upload speed mainly on the user’s connection speed. Most Internet connections are slower uploading than downloading.
You could try out SWFUpload’s Speed Plugin Demo to find out whether it’s the connection, or whether it’s really the server taking a lot of time to process the uploaded data. In the latter case, you would have to provide more information about what your script does.