I am very intrested to know how can i preview an image before the image gets uploaded to the server.In my application i can able to preview the uploaded image in the confimation page only.But how can i make a image preview without page gets refreshed.
I followed some code but it works only in IE and ask to run ActiveX controls
Is there is any other common process to do this functions in all the browser.Is that possible with the help of YUI(Yahoo user Interface) or any other tools.
Thanks
04-26-2009, 03:21 AM
Fang
Cross browser image pre-view requires sending the image to the server first, then returning it to the document.
04-27-2009, 07:07 AM
shareme
Image preview
Hi
Thank you for your reply.Is that possible to do this function by Ajax or YUI (Yahoo User Interface).
04-27-2009, 07:32 AM
bluestartech
try having a look at jquery and its plugins, it is quite good for UI stuff like this
04-27-2009, 10:00 AM
Fang
Ajax can not upload images nor can JavaScript libraries or frameworks do it.
It would be possible in Fx if you could convince the user to lower their security restrictions.