How to Serialize a file path from client to server?
I am using serializing concepts in java. I am stuck, that how can i send only file path from client to server?
I am using serializing concepts in java. I am stuck, that how can i send only file path from client to server?
I am tryig to send filepath as a string from client to server. It doesnt work on the other end at of the server. What should I do to transfer file path then?
Um, ill take a wild guess and say that youre trying to
access a file on another computer using that path?
That wont work.
What could the other computer possible do
with that path unless both computers are networked to a
common drive, or if they are networked to each other in a way
where the root in the file path would point to the same place
on either computer?