Menu

getFileSystemName(StrName) functionality modified!

As part of the changes to MultipartRequest introduced for 1.30b1, the getFileSystemName(strName) method in combination with the specified uploadDirectory will NO longer point to the location of the uploaded file. This was NEVER the recommended way of doing this, as you should have always been using getFile(strName) to get a File reference to the uploaded file. If you have been doing that, then these changes will be transparent.

The getFileSystemName(strName) returns the file name as passed from the browser minus any path specifications.

Posted by Jason Pell 2002-06-04

Log in to post a comment.