On Mon, 23 Feb 2004, S�ren Blidorf wrote: > Hi. > I am using the fileupload. > > It works just fine on my test server, but when I want to use it on my > website, I run in to a problem. > > I don't know the real path of my site fx c:\wesites. Only the > webaddress! > > What do I do. Where do I upload the files?
That depends on what you are trying to do. You can specify the directory into which uploaded files will be placed by calling setRepositoryPath(). If you don't do that, the files will be placed in the temp dir at the location specified by the 'java.io.tmpdir' system property. -- Martin Cooper > > Soren > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
