Hi All, Is there any way to access a file(image,..etc) from the web application. the path of the image is dynamically generated.
The requirement is that we have to upload a image file and store it to somewhere on server at dynamically generated path. Now, Problem is how I should refer this file from the application, As the application don't know the path at the time of implementation(application). Please help.

