Click to See Complete Forum and Search --> : uploading image in asp.netC#


ajaykumar
06-08-2006, 06:54 AM
Hi friends,
I am new to asp.net. I want to upload a image in my webpage without refreshing the page. Please help.

AlecW
06-14-2006, 05:25 PM
I do not believe this is possible since the file must "POST" to the server. Even with Ajax, I am not sure this is possible. If you do find something, please post back here so we can also learn how.