Re: [Zope] Re: How to upload a file and save it in a physical path

2005-07-17 Thread Jens Vagelpohl
On 17 Jul 2005, at 11:27, Peter Bengtsson wrote: Why use Blob when there's ExtFile? I don't understand the difference. Did you follow the link and read the description? For one, Blob also hooks into the Zope transaction machinery, to maintain transactional integrity. I doubt ExtFile does.

Re: [Zope] Re: How to upload a file and save it in a physical path

2005-07-17 Thread Peter Bengtsson
Why use Blob when there's ExtFile? I don't understand the difference. On 7/16/05, Tres Seaver <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Remy Pinsonnault wrote: > > Maybe it is a basic question but how can I upload a file and save it > > anywhere on the serve

[Zope] Re: How to upload a file and save it in a physical path

2005-07-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remy Pinsonnault wrote: > Maybe it is a basic question but how can I upload a file and save it > anywhere on the server's hard drive? I know how to upload a file to > zope's database but not how to save it locally... > > Anyone can help please? You m