Click here to Skip to main content
15,927,514 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to send a file using webservices? Pin
steve_a_p30-Aug-07 5:39
steve_a_p30-Aug-07 5:39 
AnswerRe: how to send a file using webservices? Pin
l0kke30-Aug-07 6:57
l0kke30-Aug-07 6:57 
QuestionRe: how to send a file using webservices? Pin
steve_a_p30-Aug-07 9:24
steve_a_p30-Aug-07 9:24 
AnswerRe: how to send a file using webservices? Pin
petersgyoung30-Aug-07 15:26
petersgyoung30-Aug-07 15:26 
QuestionRe: how to send a file using webservices? Pin
steve_a_p30-Aug-07 22:47
steve_a_p30-Aug-07 22:47 
AnswerRe: how to send a file using webservices? Pin
petersgyoung30-Aug-07 23:57
petersgyoung30-Aug-07 23:57 
GeneralRe: how to send a file using webservices? Pin
steve_a_p31-Aug-07 0:42
steve_a_p31-Aug-07 0:42 
AnswerRe: how to send a file using webservices? Pin
Guffa30-Aug-07 10:50
Guffa30-Aug-07 10:50 
Strictly speaking, you can't send a file through webservices, you can only send the data in the file.

If you can't assume anything about the content of the file, a byte array is the only way that you can represent the data in the file. You can then convert the bytes to anything you like, for example a Base64 string, but there is no way around the byte array.

---
single minded; short sighted; long gone;

QuestionRe: how to send a file using webservices? Pin
steve_a_p30-Aug-07 13:13
steve_a_p30-Aug-07 13:13 
AnswerRe: how to send a file using webservices? Pin
Guffa30-Aug-07 22:29
Guffa30-Aug-07 22:29 
QuestionRe: how to send a file using webservices? Pin
steve_a_p31-Aug-07 0:47
steve_a_p31-Aug-07 0:47 
AnswerRe: how to send a file using webservices? Pin
Guffa31-Aug-07 10:31
Guffa31-Aug-07 10:31 
QuestionRe: how to send a file using webservices? [modified] Pin
steve_a_p30-Aug-07 22:58
steve_a_p30-Aug-07 22:58 
QuestionMeta Tags with Master Pages Pin
Sam Heller30-Aug-07 4:12
Sam Heller30-Aug-07 4:12 
QuestionEnterprise Library problem Pin
sangramkp30-Aug-07 3:45
sangramkp30-Aug-07 3:45 
AnswerRe: Enterprise Library problem Pin
Not Active30-Aug-07 3:47
mentorNot Active30-Aug-07 3:47 
GeneralRe: Enterprise Library problem Pin
sangramkp30-Aug-07 4:35
sangramkp30-Aug-07 4:35 
QuestionSending Mail to a list of users Pin
.NET- India 30-Aug-07 3:42
.NET- India 30-Aug-07 3:42 
AnswerRe: Sending Mail to a list of users Pin
Not Active30-Aug-07 3:46
mentorNot Active30-Aug-07 3:46 
QuestionHow to set javascript variable value to Session Variable Pin
swapnilbhavsar30-Aug-07 2:31
swapnilbhavsar30-Aug-07 2:31 
AnswerRe: How to set javascript variable value to Session Variable Pin
John-ph30-Aug-07 3:30
John-ph30-Aug-07 3:30 
AnswerRe: How to set javascript variable value to Session Variable Pin
Not Active30-Aug-07 3:42
mentorNot Active30-Aug-07 3:42 
Questionclass Pin
Rinki Mukheraji30-Aug-07 1:59
Rinki Mukheraji30-Aug-07 1:59 
AnswerRe: class Pin
Not Active30-Aug-07 2:24
mentorNot Active30-Aug-07 2:24 
AnswerRe: class Pin
Sathesh Sakthivel30-Aug-07 2:30
Sathesh Sakthivel30-Aug-07 2:30 

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.