File Upload using Classic ASP?
am 17.01.2007 15:40:13 von Alabraha
Hi!
It's been awhile since I've had to upload files with classic asp and
now that we're changing servers, we're having a problem with the server
guys. They don't want to install any components on the server in case
they cause problems with the server (memory leaks, etc...). We are
currently using Dundas file upload.
Anyone know what I can use instead? Or of any components that don't
cause any issues and are free?
Thanks in advance!
Alison
Re: File Upload using Classic ASP?
am 19.01.2007 19:10:45 von gabba
"alabraha" ha scritto nel messaggio
news:1169044809.744709.255020@11g2000cwr.googlegroups.com...
> Hi!
>
> It's been awhile since I've had to upload files with classic asp and
> now that we're changing servers, we're having a problem with the server
> guys. They don't want to install any components on the server in case
> they cause problems with the server (memory leaks, etc...). We are
> currently using Dundas file upload.
>
> Anyone know what I can use instead? Or of any components that don't
> cause any issues and are free?
>
> Thanks in advance!
> Alison
http://asp-upload.motobit.com/
pure asp files, no extra dll and for the basic function it's free.
See the examples.
Re: File Upload using Classic ASP?
am 20.01.2007 17:17:58 von Jon Paal
if the server also has .net 2.0 framework, you can pass the form values to an asp.net page which will upload without a component.
..net 2.0 is free from MS and easily installed.
"alabraha" wrote in message news:1169044809.744709.255020@11g2000cwr.googlegroups.com...
> Hi!
>
> It's been awhile since I've had to upload files with classic asp and
> now that we're changing servers, we're having a problem with the server
> guys. They don't want to install any components on the server in case
> they cause problems with the server (memory leaks, etc...). We are
> currently using Dundas file upload.
>
> Anyone know what I can use instead? Or of any components that don't
> cause any issues and are free?
>
> Thanks in advance!
> Alison
>