|
well you can try the flash uploader to see if it helps but a the issue is this.
On a server you have PHP and its settings. The program is restricted by those php settings. If you try uploading a file thats larger than the php settings then what happens is the server stops the process drops the file and there is nothing to process so the program goes about its normal process thinking there is nothing more to process which is the message you get so it can be confusing but the server comes before the program so there is nothing we can do to prevent that part.
|