9/20/2011 12:57:01 AM
Title:
Flash Resizer For java script Image uploader
Hi All
I want to make a flash resizer for javascript image uploader.javascript uploader before start uploading check for flash image resizer and send image data to flash and after that flash returen back resized image to java script.
Anybody please let me know how i can get image from java script and return back after resizing.
Thanks
9/20/2011 1:32:00 AM
javascript cannot send and receive image to flash. Flash uploading control can only read the image from system and send it to server . Flash can load the image from server resize it and send back only ByteArray to server. Sending ByteArray to javascript is not possible.
I tried it long time back.
9/20/2011 4:01:35 AM
Thanks bob.
so as per your experience what would be perfect solution for this functionality.do i need to take some help form other back end like php or dot net or any way it is possible with javascript.