Using Uploadify to gather multiple files for a local directory

beckyant

New Member
I am looking to implement the ability to upload multiple files (data files, approx 512kb in size). I have looked at Uploadify and will most likely be the approach I will take. However, there aren't many implementations available for Uploadify in C# asp.net (unless if they have been taken down).To save bandwidth, I am looking to gather files (using Uploadify) into a local temp directory. Then, I will compress the files from the temp directory into a .zip file . Furthermore, I will upload the .zip file onto the server-side and decompress...which is already completed. I am using SharpZipLib to compress/decompress.Can Uploadify do this (gather files into a local temp directory)? If so, how would I implement such?
 
Back
Top