-
uploading image without file upload control
i have an ActiveX which lets the scanner scan an image and saves it in a specified location in the client machine.
Now i want to upload this image.
I don't want to use the file upload control, 'cozi already know the location and the name of the image to be uploaded so i don't need to browse it.
I read somewhere that this fileupload control is converting the image into bytestreams, so i even wrote an applet which generated the
bytestream of the image saved localy. but again got stuck here, how can this bytestream made available in the code behind?
we cannot assign bytes to textbox. i even tried to convert the bytestream to string and assigned to a textbox from the applet
but later when i tried to reproduce the same bytestream, it failed.
pls share your knowledge on this.
Thanks in advance.
Similar Threads
-
By Arjuna in forum Database
Replies: 2
Last Post: 07-25-2007, 03:22 AM
-
By supratimmaiti in forum Java
Replies: 1
Last Post: 07-09-2005, 12:09 AM
-
By jase_dukerider in forum C++
Replies: 2
Last Post: 04-14-2005, 07:48 PM
-
Replies: 0
Last Post: 05-20-2002, 05:46 PM
-
By Tomer Cagan in forum ASP.NET
Replies: 1
Last Post: 07-24-2001, 09:01 AM
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|