I need to allow the user to upload a file from his computer to my site, how do i do that?
(a browse button)
Any ideas?
I am looking for a way of doing this with out the <input type="folder'> i dont want to have a button and text box i only need a button that will say browse and will open the folder
Thank you very much.
You use:
As for the server-side handling script, this site is littered with TONS of examples on how to handle uploads, so I won’t bother posting links.