Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Uma  
#1 Posted : Saturday, September 11, 2004 1:58:00 PM(UTC)
Uma

Rank: Member

Groups: Member
Joined: 9/10/2004(UTC)
Posts: 3

I'm using Tomcat server in my local machine ,after i click upload,it shows the files are uploaded,but the pictures are not stored in the Server,Can anyone of u help to get the path of the files storage.
Fedor  
#2 Posted : Sunday, September 12, 2004 3:38:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
In Upload.jsp file there are following lines where we get directory path to save images:

Code:
String galleryPath = "Gallery";

String physicalPath = request.getRealPath(galleryPath);

Please check the value of physicalPath variable in order to check whether files are actually saved to specified directory.

Edited by user Monday, December 24, 2007 4:50:39 PM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.