On Thu, 2002-07-11 at 00:04, touchmyheart wrote: > I'm using TDK2.1 example-newapp ,Upload Service fuction, > > http://localhost:8080/newapp/servlet/newapp/template/Upload.vm > > I selected a local file then click 'Upload',the screen reported i > successed.but I cant find my uploaded file in TDK directory! > > where is it? > > What does mean the line in the TurbineResources.properties? > > services.UploadService.repository=. > > what does mean '.'?current directory?what's the current dirctory in TDK? > If not,how do i change it?
If I remember correctly (because I fixed this) it is relative to the servlet context. So if you have <servlet-container>/webapps/foo Then that's where your uploaded files will land. > Thanks. > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
