-
I want to be able from my website to click a browse box, which will alow me to browse for any file on my computer to send to the web server.
ie. Similiar to how Angelfire and those sites do it.
Anybody have any ideas ?
Like the Attach File Button (When you post a message on this site)
-
Simple. Put this in a form:
<input type="file">
-
There is an example at www.planetsourcecode.com
Click here
Is there anyone who understands what is done in this code?
-
I am not sure what you are talking about Schafee...
-
Well Spaghetti wanted an "Online Upload Program" didn't he?
-
How the upload works will depend on your hosting service. The hosting service will probably have an upload component installed on the web server which will handle all the complex stuff.
The exact working will depend on the component.
I think the component we have is called ASP upload or something like that.
Hope this helps
Alex