how to pass the image file from client side to server side ?
how to read and write that image file in server side ? can anyone tell me the code for it?
thnaks for ur help

Recommended Answers

All 3 Replies

Depends on how they communicate with each other.

Read the file into a byte array, pass the byte array to the webservice, assuming thats what you are using, either way though, then save the file back out into the filesystem using a streamreader

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.