Hi all,
I am having trouble figuring out how to attach a file to an html form.
The file must be uploaded from a user (ok, i did that), and then it must be available for other users to download.
The file path (on the server) must be saved to a Mysql database so that i can check who sent a particular file.
It must then be a link so that others can download it.
PS : the file(s) to be attached are supposed to ba attached to an announcement that is already saved to the same database (of course in a different table!).
Any idea how to attach multible files to my data and then upload them to the server. (Of course i will save them to a given directory, no trouble with that either)..
Thanx a lot...
Marios