|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Runing Client-side codeHow 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 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 How to run client-side code.news:1111522476.662936.143410@z14g2000cwz.googlegroups.com... 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 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). 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 > 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.
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. >
Other interesting topics
web application security
unicode characters in web form aspx pages, utf-8 Javascript not working when part of asp.net page. DataGrid Sort Expression for a date in format 'dd mmm yy' detecting empty 'input type=file' fields? Selecting Dataset records Reading xml Pop up window how to toggle the visibility of large chunks of a page dynamically adding validation controls |
|||||||||||||||||||||||