Hi Russ, > Is there any way that I can programmatically compress the > files before I upload them? Right now I am using > SoftArtisans SA-FileUp for my uploads.
You could create a client-side active-x that has compression abilities. There's some sample vb code for using the free info-zip libraries at http://vbaccelerator.com/ Introduction to the freeware Info-ZIP libraries: http://vbaccelerator.com/codelib/zip/zipvb.htm In-process Free-threaded Unzipping and Zipping libraries: http://vbaccelerator.com/codelib/zip/zipthread.htm Zipping files using the free Info-Zip Zip DLL with VB: http://vbaccelerator.com/codelib/zip/zip.htm Unzipping files using the free Info-Zip Unzip DLL with VB: http://vbaccelerator.com/codelib/zip/unzip.htm This method would also enable you to bypass the file selection dialog and automatically select, compress and upload the files directly from your activex. All the user would need to do is click a button to "do it". Liabilities? It'll only work in IE4+ on Windows. Though, for the functionality you need, I can't think of any non-client-side-component methods. Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hjenlul/M=362335.6886445.7839731.1510227/D=groups/S=1705115381:TM/Y=YAHOO/EXP=1123554393/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</a>.</font> --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
