2 Replies Latest reply on Sep 22, 2008 11:43 AM by andrei_exadel

    FileUpload: UploadItem.getFileName() bug? : Version 3.2.1

    arunprakash2920

      I have app deployed on Linux.

      File location: /usr/files/somefile.txt
      If I upload the file and call UploadItem.getFilename() it returns 'somefile.txt' ----> which is correct!.

      If I access the application from another box (which has Windows running on it) and file location: C:\use\files\somefile.txt
      If I upload the file and call UploadItem.getFilename() it returns 'C:\use\files\somefile.txt' ----> which is not correct!.

      Is this a bug? or my understanding is incorrect?
      Please advise. Thanks