HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Uploading a File...
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> Javascript
View previous topic :: View next topic  
Author Message
Bannana97



Joined: 07 Jan 2009
Posts: 4

Posted: Wed Jan 07, 2009 1:17 pm     Uploading a File...  

Does anyone know a code to make the Browse button? I need a code with it. I also need the code to go to a page and paste the file on it.


Corey Bryant



Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA

Posted: Wed Jan 07, 2009 2:23 pm      

This is not really JavaScript, but more just an HTML form.
Code: <input type="file" name="filename" />
More than that though, you will need a server side language like PHP or ASP to upload the file to the server.

If you are on a Windows server, see if ASPUpload is installed - then you can use the example there. There is also Pure ASP File Upload if you are on a Windows server.

If you are on a *NIX server, you might search for PHP upload for a few scripts.

_________________
Corey
Virtual Office Solutions | Processing Credit Cards | Microsoft Expression Web Blog
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> Javascript
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group