Hi,
I recently purchased an application I found via HotScripts;
http://tools4php.com/form-wizard/index.html this application creates a php script to process html forms.
I want to use this for users to upload mp3 files to my server, it has a feature for uploading files which seems to work fine. However, I have been reading some articles which say that there may be issues uploading large files through php alone, using up all the memory etc etc.
The files I want users to upload are between 5-10MB each and they will be uploading 1-10 with each form submission.
Do you think the upload function would be quite easy to modify to upload via FTP. Below is all of the code that I think is used to process the upload;
Any help would be appreciated.
I'm also interested in a method to show some sort of progress bar, or psuedo 'uploading' animation so users know that somethings going on in the background.
TIA
Simon