Re: WOFileUpload: checking against Windows filepath
Re: WOFileUpload: checking against Windows filepath
- Subject: Re: WOFileUpload: checking against Windows filepath
- From: Hsu <email@hidden>
- Date: Fri, 23 Jul 2004 22:55:58 -0700
Definitely a bug; please file it in Radar.
Looks like a possible workaround is to do a String replace('\', '/')
first.
Karl
On Jul 23, 2004, at 8:56 PM, Randall Perry wrote:
// theFileName is the filePath property of the WOUpload component
String fileName = NSPathUtilities.lastPathComponent(theFileName);
NSLog.out.appendln( "theFileName = " + theFileName );
NSLog.out.appendln( "fileName = " + fileName );
--
How do I set a laser printer to stun?
Homepage:
http://homepage.mac.com/khsu/index.html
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.