Author
Reading an Image
ajith raj
Greenhorn
Joined: Dec 15, 2008
Posts: 6
haii.. How can i read an image using javascript...is there any way for that.. and i want to write that also
sudipto shekhar
Ranch Hand
Joined: Apr 02, 2008
Posts: 813
Welcome to JavaRanch. Please be a little more clear about what you intend to do.... If not you won't get the help as due to incomplete/vague questions. Thank you.
Regards, Sud.
SCJP 5 ScjpFAQ JLS
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
JavaScript has no ability to read or write files. Perhaps you should post what you are really trying to accomplish.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
ajith raj
Greenhorn
Joined: Dec 15, 2008
Posts: 6
anyone know how the images in our system is uploaded into a mail..... It is done by reading the image from the image location and is uploading..right....??? Is there any way to upload an image from a client system to server.... This is what i need...........
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
Yes, but not with JavaScript. The whole subject is covered in one of the JSP FAQ entries.
ajith raj
Greenhorn
Joined: Dec 15, 2008
Posts: 6
i couldnt find anything...
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
posted Dec 16, 2008 23:27:00
0
The JSP FAQ is linked in Bear's signature. That FAQ has a link to the page dealing with file uploads.
Android apps – ImageJ plugins – Java web charts
subject: Reading an Image