dpDesignz
03-19-2012, 03:37 AM
Hey Guys
I'm wanting to do something like what they have on the image uploader in wordpress.
I've got a page, I want to press a button and have it pop up another page called uploader with my ASP.NET file uploader in it, which I've got done using fancybox. Now when I press upload I want it to upload the image, close the fancybox and load the predefined text into a text box on the original page. Does anyone know how I would do this?
I've got it working kind of, but I have response.redirect and it loads the page again instead of just updating that field...
I know it needs to be done with AJAX, I'm just not sure how.
Let me know if you need anymore info or if it can't be done. :)
I'm wanting to do something like what they have on the image uploader in wordpress.
I've got a page, I want to press a button and have it pop up another page called uploader with my ASP.NET file uploader in it, which I've got done using fancybox. Now when I press upload I want it to upload the image, close the fancybox and load the predefined text into a text box on the original page. Does anyone know how I would do this?
I've got it working kind of, but I have response.redirect and it loads the page again instead of just updating that field...
I know it needs to be done with AJAX, I'm just not sure how.
Let me know if you need anymore info or if it can't be done. :)