Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: upload


Message #1 by padolux@y... on Fri, 5 Jan 2001 23:25:14 -0000
I can remember trying to figure out how to make this happen for the first
time and it just seemed like there simply was no information out there on
the subject.  the opposite is true.  Uploading files to a web server is
relatively simple when using one of several third-party server components
that are available.  It honestly isn't worth trying to develop a custom
component on your own.  Most web hosting services have one of these
components pre-installed on their servers.  Otherwise, they're really not
that expensive, and they are quick & easy to use.  I think the two
components used by the majority are Software Artisans FileUp and Persits
Software's ASPUpload.  The following links provide outstanding documention
and information - including code samples.

http://www.softwareartisans.com/softartisans/saf.html

http://www.aspupload.com/

I do not use JavaScript for Server-Side scripting, but it sounds like you
do.  If all the above doesn't get you going, email me and I can send you
the syntax in VBScript.

hope that helps

kelly

> hi , 
> i need to upload a file to the web server.
> Ok , probably the first step is to add input type=file, and submit, then
> what? thanks.
> 

--- 
NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?
Visit EarthWeb for the latest in IT Management, Software Development, 
Web Development, Networking & Communications, and Hardware & Systems.  
Click on http://www.earthweb.com for FREE articles, tutorials,
and discussions from the experts.
---
You are currently subscribed to javascript as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-javascript-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index