Re: Process file after upload

2009-01-08 Thread varikin
On Jan 7, 7:32 am, dmishe wrote: > Hey. > > I have FielField in my model for user to upload ZIP-archives. I want > to unpack that zip, place some files in some dirs and delete it just > after user uploaded it in admin. > > How can i do this? Model's save won't work because it

Re: Process file after upload

2009-01-07 Thread Eric Abrahamsen
On Jan 7, 2009, at 9:32 PM, dmishe wrote: > > Hey. > > I have FielField in my model for user to upload ZIP-archives. I want > to unpack that zip, place some files in some dirs and delete it just > after user uploaded it in admin. > > How can i do this? Model's save won't work because it gets

Re: Process file after upload

2009-01-07 Thread Brian Neal
On Jan 7, 7:32 am, dmishe wrote: > Hey. > > I have FielField in my model for user to upload ZIP-archives. I want > to unpack that zip, place some files in some dirs and delete it just > after user uploaded it in admin. > > How can i do this? Model's save won't work because it

Process file after upload

2009-01-07 Thread dmishe
Hey. I have FielField in my model for user to upload ZIP-archives. I want to unpack that zip, place some files in some dirs and delete it just after user uploaded it in admin. How can i do this? Model's save won't work because it gets called everytime model is saved regardless of were the file