Possible Duplicate:
HTML Compress File Upload?
I have complains from client that my website is taking more time to upload the 100 MB time (I know it bound to take more time because of this size), hence I am planning to upload files such that they get zipped before upload and gets uploaded to desired location and then gets unzipped along with the deletion of that zipped format uploaded file.
So can anyone suggest me how to proceed further?
I am using PHP, there is no clumsy code for uploading file its just a form with usual file upload functionalty...
EDIT How could I Integrate Silverlight for this purpose in PHP?
please help