javascript - Archiving File on Client's Computer -


my problem need find way archive file uploaded client , placed folder onto client’s machine using web app created in c# asp.net. web app has upload feature in use sends file server , clients manually archive file, no work necessary on uploading automating archiving.

from i've read online path of client side files uploaded cannot seen server due security web browser , servers cannot download file directory chooses other download directory determine client.

is there way around these issues, i’ve heard rumors might possible using javascript although have no experience using javascript.

thank time.

check out demo zip.js project: http://gildas-lormeau.github.io/zip.js/demos/demo1.html

you have in fact 3 options:

  1. zip on client side using js , upload server memory
  2. zip on client side using things running on client side java applet / flash or silverlight
  3. make click once application install browser zip files , upload server (probably elaborated... simple issue)

Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -