PDA

View Full Version : Specifiying file location on upload



onemhunki
June 22nd, 2006, 04:19 AM
Folks,

I have a form on my site that uploads files (press releases), the text information is to be stored in the MySql database, file name, date, creator, etc etc. I have a browse button which lets the user select the file, but I really need that attached file to be uploaded not to the database with the rest of the information but to a separate folder on the server called downloads.

Any advice?

Munki

bwh2
June 22nd, 2006, 09:41 AM
so use a php upload script. doing a search, you should come up with about a million that are all basically the same.