all groups > inetserver asp components > october 2003 >
You're in the

inetserver asp components

group:

Upload Files to Database with own Component


Upload Files to Database with own Component Robin Walter
10/31/2003 11:32:23 AM
inetserver asp components:
Hello,

i would like Upload Files with ASP over my own Component to a Database, but
I don´t like to use external Components (persists, simpleupload etc.)
Can ypu help me ?

Thx
Robin

RE: Upload Files to Database with own Component jiany NO[at]SPAM online.microsoft.com
11/1/2003 3:41:55 AM
Hi Robin,

Based on my research and experience, the following article is useful to
you. Please refer to it carefully.

Pure ASP File Upload
http://www.asp101.com/articles/jacob/scriptupload.asp
"...
I give you the FileUploader ASP Library. In a nutshell, the FilerUploader
library is simply a single ASP include that provides an object-oriented
approach to getting files from Internet clients.
...
The library consists of two VBScript classes: FileUploader and
UploadedFile. The FileUploader is the top-level object in the model and is
the only one that you will need to instantiate.
..."

I hope it helps.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Re: Upload Files to Database with own Component Antonin Foller
11/2/2003 9:18:22 PM
Take a look at Pure-ASP file upload, http://www.pstruh.cz. It uses ASP
components installed by default - Scripting and ADODB objects.

Antonin

[quoted text, click to view]

AddThis Social Bookmark Button