how to store an image from one directory to another directory using jsp?

Recommended Answers

All 4 Replies

MoveTo or CopyTo method of java.nio.file.Path class.

> how to store an image from one directory to another directory using jsp?

Can you explain a bit more on what exactly are you trying to do here?

> MoveTo or CopyTo method of java.nio.file.Path class.

AFAICT, Path class is JDK7 only which is still in its "preview release" stages.

Member Avatar for rakhi4110

Well i need to upload an image to the directory in server upon receiving the location of that image in the client...
Kindly help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.