Hi.
I have a .ashx handler that is used to upload images from flash, however testing through flash is cumbersome, so I wish to use a fileUpload control in an aspx page and post to the handler. Is this possible and what would be the correct way of doing it?
Thanks,
Moopa
![]() |
0 |
![]() |
Hi,
setting PostBackUrl on your submit button should do the job:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.button.postbackurl(VS.80).aspx
Hope it helps. Bye!
=WereWolf=
--
--
Helping someone does not mean giving them what they need, but making them able to get it themselves
--
The Code Golem http://www.codegolem.com/
![]() |
0 |
![]() |
Heh. Sometimes the simple way is the right way. I am pleased I didn't spend to long looking at the HttpWebRequest class :)
Thanks a lot.
![]()
![]() |
2 |
![]() |