|
-
How do i get the imagedata from a loaded img?
How do i get the imagedata from a loaded img?
if i have:
<img id='myImage' src='generate_image.php' />
and then i want to copy the current picture and send it whit ajax.
Can i do something like:
var image_data = document.getElementById('myImage').data;
(I can't use ajax or read the file, as it generate a new picture each time, i need to copy the current one)
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks