Need file upload code for word Doc

Reply

Join Date: Mar 2006
Posts: 2
Reputation: kgonsalv is an unknown quantity at this point 
Solved Threads: 0
kgonsalv kgonsalv is offline Offline
Newbie Poster

Need file upload code for word Doc

 
0
  #1
Mar 22nd, 2006
Im looking for a simple code for users on my webpage to upload a .doc or .txt file to my email address. I've only found ones in CGI which i can't use and the one i tried only send it in binary code and not the actual word doc. Does anyone have a simple code that I can use?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Need file upload code for word Doc

 
0
  #2
Mar 22nd, 2006
Upload to your email address? Hmmm.

You can have the user upload any file at all, by placing a file upload element on your page.

HTML and CSS Syntax (Toggle Plain Text)
  1. <input type="file">

There are some optional attributes, such as ID or NAME, and SIZE (referring to the size of the textbox, not the size of the file.

The form must be properly encoded to allow files to be posted, add the enctype="multipart/form-data" key-value pair to your FORM element.

Once it's on the server, you'd use whatever server-side language you use to process the file, which could include emailing it somewhere.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC