Hi,
I am facing a different problem in my application. In that I am uploading a
folder that contain only images. Everything was done and was working fine
too. When I executed the application using the localhost it works fine. But
when my machine acts as a client and executes the application from another
machine (considered as the server) it is telling that the folder is not
found, even if the folder is present in the client machine. The path it takes
for verification is the server path. When I traced to check the value for the
folder path, along with the path string the symbol "@" is also coming (not as
a part of the path string but is attached with the path string). Because of
that, it is refferring the path in the server. I am directly typing the
folder path in a text box. The validation happens when the user clicks the
button for uploading. Also one more validation for the file name is that the
name should be the same as that of a value in the database.
Is there any way to eliminate the problem. Can anyone help me in this regards.
Thanks in advance,
N.Ramakrishnan