• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOFileUpload: checking against Windows filepath
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOFileUpload: checking against Windows filepath


  • Subject: Re: WOFileUpload: checking against Windows filepath
  • From: Randall Perry <email@hidden>
  • Date: Fri, 23 Jul 2004 23:56:23 -0400

on 7/23/04 11:47 PM, Hsu at email@hidden wrote:

> NSPathUtilities is intended to work on both Mac(Unix) and Windows
> paths... if it doesn't, it's a bug.
>
> What's the specific path in question?
>

// theFileName is the filePath property of the WOUpload component
String fileName = NSPathUtilities.lastPathComponent(theFileName);

NSLog.out.appendln( "theFileName = " + theFileName );
NSLog.out.appendln( "fileName = " + fileName );



Here's the debug output:
theFileName = E:\tmp\shmeckle.zip
fileName = E:\tmp\shmeckle.zip

> Karl
>
> On Jul 23, 2004, at 6:24 PM, Randall Perry wrote:
>
>> On testing my file upload app on a Win2k machine I discovered that IE
>> in
>> Windows inserts the full path to the file in the browse field, whereas
>> on
>> the Mac only the filename appears.
>>
>> My code checks the filename to see if it begins with a customer code.
>> I use
>> NSPathUtilities.lastPathComponent(), but apparently it doesn't work on
>> PC
>> paths.
>>
>> Is there a method that does?
>>
>> --
>> Randall Perry
>> sysTame
>>
>> Xserve Web Hosting/Co-location
>> Website Design/Development
>> WebObjects Hosting
>> Mac Consulting/Sales
>>
>> http://www.systame.com/
>> _______________________________________________
>> 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.
>>
>>
> --
>
> i am the man in the machine
> l'homo ex machina
>
> Homepage:
>     http://homepage.mac.com/khsu/index.html

--
Randall Perry
sysTame

Xserve Web Hosting/Co-location
Website Design/Development
WebObjects Hosting
Mac Consulting/Sales

http://www.systame.com/
_______________________________________________
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.


  • Follow-Ups:
    • Re: WOFileUpload: checking against Windows filepath
      • From: Hsu <email@hidden>
References: 
 >Re: WOFileUpload: checking against Windows filepath (From: Hsu <email@hidden>)

  • Prev by Date: Re: WOFileUpload: checking against Windows filepath
  • Next by Date: Re: WOFileUpload: checking against Windows filepath
  • Previous by thread: Re: WOFileUpload: checking against Windows filepath
  • Next by thread: Re: WOFileUpload: checking against Windows filepath
  • Index(es):
    • Date
    • Thread