Home All Groups Group Topic Archive Search About
Author
22 Mar 2005 8:14 PM
Nikolay Petrov
How to run client-side code.
I have an asp .net page for uploading files. What I need is a way to
run code at client which compresses the files and the uploads them to
server.
I have .NET compression library and it works great in WinForms apps.
How to make it run in Browser?

Thanks

Author
22 Mar 2005 8:53 PM
Ken Tucker [MVP]
Hi,

Upload files
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspnet-fileupload.asp

Ken
------------------------
"Nikolay Petrov" <johnt***@mail.bg> wrote in message
news:1111522476.662936.143410@z14g2000cwz.googlegroups.com...
How to run client-side code.
I have an asp .net page for uploading files. What I need is a way to
run code at client which compresses the files and the uploads them to
server.
I have .NET compression library and it works great in WinForms apps.
How to make it run in Browser?

Thanks
Are all your drivers up to date? click for free checkup

Author
22 Mar 2005 9:07 PM
Curt_C [MVP]
short answer, you dont.
You can upload THEN run code to compress but not on the client, not through
a web page, unless you have some sort of clientside ActiveX installed or the
clients security settings set REALLY low (and even then maybe not).

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


Show quoteHide quote
"Nikolay Petrov" <johnt***@mail.bg> wrote in message
news:1111522476.662936.143410@z14g2000cwz.googlegroups.com...
> How to run client-side code.
> I have an asp .net page for uploading files. What I need is a way to
> run code at client which compresses the files and the uploads them to
> server.
> I have .NET compression library and it works great in WinForms apps.
> How to make it run in Browser?
>
> Thanks
>
Author
24 Mar 2005 8:44 AM
Nikolay Petrov
This is for an Intranet solution. I configure the clients, so security
settings are not the problem.
I need a way to upload files over very slow VPN connections.
Compressing the files by users themself is not an option.
Author
24 Mar 2005 8:50 AM
Jason Mauss
http://www.15seconds.com/issue/010522.htm


Show quote Hide quote
"Nikolay Petrov" <johnt***@mail.bg> wrote in message
news:1111653869.081169.124170@o13g2000cwo.googlegroups.com...
> This is for an Intranet solution. I configure the clients, so security
> settings are not the problem.
> I need a way to upload files over very slow VPN connections.
> Compressing the files by users themself is not an option.
>

Bookmark and Share