How can I upload a file (ie zip, mp3 etc) using PHP to mysql and to a folder at the same time...I want the user to be able to upload and download files to a database and for the file to be stored in a directory.........
Please respond by email....
Look into file uploading using html forms.
When the file is uploaded, it will be stored in a temp directory, your php script will have to move it to a certain directory and add it to a database if you want.
I understand what to do I just can't do it..........treat me like an idiot 🙂
If anyone has any code it would be appreciated...