I'm trying to transfer the files held in a project into an external system but I require the location the file is stored so that it can be passed into a Perl script which will copy the file. I am unable to get the location of the file held within the Java 'File' class because the method getInternalName is private and therefore is inaccessible from the jsp, is there a way of accessing this value from the jsp?
-----Original Message----- From: Nicklas Nordborg [mailto:[EMAIL PROTECTED] Sent: 25 November 2008 19:22 To: BASE ML Subject: Re: [base] Adding a new button to the submenu Offord, Victoria wrote: > Its ok, have figured it out now thank you though for replying. > > Would you know what the numbering system of the folders means when files > are uploaded. > > For example I have 2008-48/25-21/file.txt It is based on the date and time of the file upload to prevent that too many files ends up in the same folder. /Nicklas ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ The BASE general discussion mailing list [email protected] unsubscribe: send a mail with subject "unsubscribe" to [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ The BASE general discussion mailing list [email protected] unsubscribe: send a mail with subject "unsubscribe" to [EMAIL PROTECTED]
