Click here to Skip to main content
15,889,315 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to get advanced graphic controls in ASP.Net Pin
Vaibhav Laxman Survase30-Sep-12 19:16
Vaibhav Laxman Survase30-Sep-12 19:16 
QuestionData Controls in ASP.NET Pin
jkmehmi30-Sep-12 7:38
jkmehmi30-Sep-12 7:38 
AnswerRe: Data Controls in ASP.NET Pin
Sandeep Mewara30-Sep-12 7:46
mveSandeep Mewara30-Sep-12 7:46 
GeneralRe: Data Controls in ASP.NET Pin
jkmehmi30-Sep-12 8:15
jkmehmi30-Sep-12 8:15 
Questionasp.net pdf file Pin
Member 946996328-Sep-12 22:44
Member 946996328-Sep-12 22:44 
AnswerRe: asp.net pdf file Pin
Sandeep Mewara28-Sep-12 23:23
mveSandeep Mewara28-Sep-12 23:23 
GeneralFile Upload control in Asp .net Page methods Pin
kkrangs28-Sep-12 22:02
kkrangs28-Sep-12 22:02 
GeneralRe: File Upload control in Asp .net Page methods Pin
jkirkerx29-Sep-12 19:30
professionaljkirkerx29-Sep-12 19:30 
[edit]

At first I didn't think that was possible. I know javascript can do many things, but to read an image file sounds far fetched.

Apparently, there are many articles about reading a image file as a base64 array of chars. Transmitting it to a web service would be easy, but since it's not a primitive data type like a string or integer, you would have to consume the array in a class first, and then as a primitive type. That's get a bit tricky especially in vb, but there are many c# examples out there that work fine.

I use uploadify with a sub process attached to it. I suppose I'm one step away from being able to complete your task, I just need to do the javascript end, and update my class. and modify a web service for it.

As far as starting from scratch, write the javascript first, and then work on the web service side, and just write the file to the disk drive for testing to make sure the byte array is intact.


[sample link^]

modified 30-Sep-12 17:13pm.

GeneralRe: File Upload control in Asp .net Page methods Pin
kkrangs30-Sep-12 22:04
kkrangs30-Sep-12 22:04 
GeneralRe: File Upload control in Asp .net Page methods Pin
jkirkerx1-Oct-12 6:08
professionaljkirkerx1-Oct-12 6:08 
GeneralRe: File Upload control in Asp .net Page methods Pin
jkirkerx1-Oct-12 7:41
professionaljkirkerx1-Oct-12 7:41 
GeneralRe: File Upload control in Asp .net Page methods Pin
kkrangs10-Oct-12 4:44
kkrangs10-Oct-12 4:44 
GeneralRe: File Upload control in Asp .net Page methods Pin
jkirkerx10-Oct-12 6:42
professionaljkirkerx10-Oct-12 6:42 
GeneralRe: File Upload control in Asp .net Page methods Pin
sarathtamil8-Oct-12 23:59
sarathtamil8-Oct-12 23:59 
GeneralRe: File Upload control in Asp .net Page methods Pin
kkrangs10-Oct-12 5:00
kkrangs10-Oct-12 5:00 
QuestionI am facing error, BC30451: Name 'this' is not declared Pin
Anjani Kant28-Sep-12 20:38
Anjani Kant28-Sep-12 20:38 
AnswerRe: I am facing error, BC30451: Name 'this' is not declared Pin
Sandeep Mewara28-Sep-12 23:26
mveSandeep Mewara28-Sep-12 23:26 
Questionhelp with regular expression Pin
Jassim Rahma28-Sep-12 7:58
Jassim Rahma28-Sep-12 7:58 
AnswerRe: help with regular expression Pin
Richard MacCutchan28-Sep-12 22:20
mveRichard MacCutchan28-Sep-12 22:20 
GeneralRe: help with regular expression Pin
jkirkerx29-Sep-12 19:48
professionaljkirkerx29-Sep-12 19:48 
GeneralRe: help with regular expression Pin
Richard MacCutchan29-Sep-12 21:40
mveRichard MacCutchan29-Sep-12 21:40 
GeneralRe: help with regular expression Pin
jkirkerx30-Sep-12 7:48
professionaljkirkerx30-Sep-12 7:48 
AnswerRe: help with regular expression Pin
jkirkerx29-Sep-12 19:40
professionaljkirkerx29-Sep-12 19:40 
AnswerRe: help with regular expression Pin
Bernhard Hiller30-Sep-12 22:45
Bernhard Hiller30-Sep-12 22:45 
Questiontwo ASPxButton in one line Pin
Jassim Rahma28-Sep-12 6:44
Jassim Rahma28-Sep-12 6:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.