[Seaside] [FIX] for FileManagerLibrary Upload on IE 6.0

Ron Teitelbaum Ron at USMedRec.com
Wed Oct 4 18:58:52 UTC 2006


Thanks that fixed the problem.

Ron

> -----Original Message-----
> From: Philippe Marschall [mailto:philippe.marschall at gmail.com]
> Sent: Wednesday, October 04, 2006 2:44 PM
> To: Ron at usmedrec.com; The Squeak Enterprise Aubergines Server - general
> discussion.
> Subject: Re: [Seaside] [FIX] for FileManagerLibrary Upload on IE 6.0
> 
> 2006/10/4, Ron Teitelbaum <Ron at usmedrec.com>:
> >
> > 0005172: [FIX] FileManagerLibrary Upload File From IE 6.0
> > http://bugs.impara.de/view.php?id=5172
> >
> > Hi Philippe,
> >
> > There was an error in upload of FileManagerLibrary for
> > 3.9[7051]-winXP-IE6.0.  See link above.
> 
> Thank you for reporting. I'm trying to understand to issue. If I
> understood correctly
> 
> IE delivers file names that look like this:
> 'c:\temp\afile.txt' (full Windows path)
> Whereas 'the rest' delivers file names that look like this:
> 'afile.txt' (path is missing)
> 
> Now FileDirectory on Windows (or it's subclass) can't deal with file
> names that are not a full path.
> 
> Is that correct so far?
> 
> Unfortunately if I do
> (FileDirectory on: 'c:\temp\afile.txt') localName
> on a linux box the answer is:
> 'c:\temp\afile.txt'
> 
> This works only on Windows where the file separator is '\'.
> 
> I refactored the code a bit to do conversion to local names only when
> needed and committed it as:
> FileLibrary-pmm.10
> I hope this works for you.
> 
> Cheers
> Philippe




More information about the Seaside mailing list