<br>Can i automate this process of uploading the zip file into a http server and getting the public url for that?<br><br><br><br><div class="gmail_quote">On Mon, Sep 7, 2009 at 5:31 PM, Chris Rebert <span dir="ltr"><<a href="mailto:clp2@rebertia.com">clp2@rebertia.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Mon, Sep 7, 2009 at 4:57 AM, Chris Withers<<a href="mailto:chris@simplistix.co.uk">chris@simplistix.co.uk</a>> wrote:<br>
> krishna chaitanya wrote:<br>
>><br>
>> I am new to dealing with zip files in python.<br>
>> I have a huge file which i need to zip and send as an attachment through<br>
>> email.<br>
>> My email restrictions are not allowing me to send it in one go.<br>
>> Is there a way to split this file into multiple zip files, so that i can<br>
>> mail them separately.<br>
>> All the individual zip files should be linked.<br>
>> I should be able to extract the original file by extracting the first of<br>
>> the small zip files.<br>
><br>
> You're using the wrong medium. Upload the file to an http server somewhere<br>
> and just include a link in the email...<br>
<br>
</div>One such free service, among many others:<br>
<a href="http://drop.io/" target="_blank">http://drop.io/</a><br>
<br>
Cheers,<br>
Chris<br>
<font color="#888888">--<br>
<a href="http://blog.rebertia.com" target="_blank">http://blog.rebertia.com</a><br>
</font></blockquote></div><br>