Hello,
I need some help creating a file upload form.
Basic functionality of the page would be:
-User gets to select the file he/she wants to upload
-Then they need to enter 3 tags/identifiers to identify the file (to help with searching later on).
-Once that is done, the file gets uploaded and renamed to serialnumber.ext
-All the data (3 tags and file name, however I guess filename becomes redundant) gets saved to a database.
Could someone help me out with this please.
Thank you