> On Mon, Sep 7, 2009 at 5:31 PM, Chris Rebert wrote:
>> On Mon, Sep 7, 2009 at 4:57 AM, Chris Withers
>> wrote:
>> > krishna chaitanya wrote:
>> >> I am new to dealing with zip files in python.
>> >> I have a huge file which i need to zip and send as an attachment
>> >> through
>> >> email.
>> >>
Can i automate this process of uploading the zip file into a http server and
getting the public url for that?
On Mon, Sep 7, 2009 at 5:31 PM, Chris Rebert wrote:
> On Mon, Sep 7, 2009 at 4:57 AM, Chris Withers
> wrote:
> > krishna chaitanya wrote:
> >>
> >> I am new to dealing with zip files i
On Mon, Sep 7, 2009 at 4:57 AM, Chris Withers wrote:
> krishna chaitanya wrote:
>>
>> I am new to dealing with zip files in python.
>> I have a huge file which i need to zip and send as an attachment through
>> email.
>> My email restrictions are not allowing me to send it in one go.
>> Is there a
krishna chaitanya wrote:
I am new to dealing with zip files in python.
I have a huge file which i need to zip and send as an attachment through
email.
My email restrictions are not allowing me to send it in one go.
Is there a way to split this file into multiple zip files, so that i can
mail t
I am new to dealing with zip files in python.
I have a huge file which i need to zip and send as an attachment through
email.
My email restrictions are not allowing me to send it in one go.
Is there a way to split this file into multiple zip files, so that i can
mail them separately.
All the indivi