Can jClientUpload compress file automatically before upload ?
Yes, jClientUpload could zip file before upload if you enable “ziponfly” parameter. Here is how jClientUpload works: 1 – Create a temporary ZIP file (such as originalfilename.zip). 2 – Upload the compressed file. 3 – Delete the temporary ZIP file. Notice that file stored on server-side will be originalfilename.zip Using this parameter could lower bandwidth usage but it will affect client-side performance because of compression process. Don’t enable “ziponfly” parameter if you plan to transfer compressed files such as GIF, JPEG, MP3, …