This shows you how to upload a file using asp. Note you will need the aspupload component from Persists software.
Take the object from a form
Now save it from the form.
This is the file name it was saved as
SHARETHIS.addEntry({ title: "Upload a file using...
Netexceed Code Library
Welcome to the Netexceed Code Library. This library was originally intended for my personal use, but I then I thought to myself someone else could probably benefit from it. This site contains code snippets for ASP (classic asp), PHP, and SQL. These are code snippets that I’ve used, and decided to store in this library for future reference for myself. If you have a see a code snippet that you think can be better optimized, please comment on the blog. Please note you may encounter a problem with...
Recent Posts
Recent Comments
- Keine Kommentare vorhanden.
Popular Articles
Upload a file using asp...
This javascript shows you how to take a visitor back where they came from.
SHARETHIS.addEntry({ title: "Take a user back from where they came from", url: "http://code.netexceed.com/javascript/take-a-user-back-from-where-they-came-from/" });
Do loop in asp...
This is an example of a do look in asp.
Do While Not (objAppID.EOF)
objAppID.MoveNext
Loop
SHARETHIS.addEntry({ title: "Do loop in asp", url: "http://code.netexceed.com/asp/do-loop-in-asp/" });
Send an attachment in a...
This shows you how to send a attachment via email using asp.
strFile = "c:\dir\file.vcs"
Set oNewMail = Server.CreateObject("CDONTS.NewMail")
oNewMail.From = "fuscptc@eximc.nam.dow.com"
oNewMail.To = "u369373@eximc.nam.dow.com"
oNewMail.Subject = "Updated Education &...


