Click here to Skip to main content
15,903,385 members
Home / Discussions / C#
   

C#

 
GeneralRe: OT Pin
Serenena8-Jun-05 20:12
Serenena8-Jun-05 20:12 
GeneralRe: OT Pin
Weiye Chen9-Jun-05 18:37
Weiye Chen9-Jun-05 18:37 
GeneralRe: OT Pin
leppie8-Jun-05 21:59
leppie8-Jun-05 21:59 
GeneralRe: OT Pin
Serenena8-Jun-05 22:24
Serenena8-Jun-05 22:24 
GeneralXmlException when uploading Image to database Pin
methodincharge8-Jun-05 13:57
methodincharge8-Jun-05 13:57 
GeneralRe: XmlException when uploading Image to database Pin
Christian Graus8-Jun-05 15:23
protectorChristian Graus8-Jun-05 15:23 
GeneralRe: XmlException when uploading Image to database Pin
methodincharge8-Jun-05 17:08
methodincharge8-Jun-05 17:08 
GeneralRe: XmlException when uploading Image to database Pin
Christian Graus8-Jun-05 17:13
protectorChristian Graus8-Jun-05 17:13 
methodincharge wrote:
Also I read that CDATA only makes the problem less likely (IE: if the string is terminated by ])> it will cause the section to end)

Yes, if you manage that three character set in your image, then you'd have a problem. The changes of that are 255*255*255 to 1, as far as I can see.

methodincharge wrote:
I figure that if I'm going to be using this just for images the liklihood of that would be pretty high

Why ?

methodincharge wrote:
How would I go about doing that if I am using SOAP to transport the data to and from the web service?

Put the CDATA tags around the image data before passing it to the SOAP layer, and remove them at the other end.


Christian Graus - Microsoft MVP - C++
Generalserializing listbox Pin
Green Fuze8-Jun-05 13:49
Green Fuze8-Jun-05 13:49 
GeneralRe: serializing listbox Pin
PrimeCoder8-Jun-05 14:00
PrimeCoder8-Jun-05 14:00 
GeneralRe: serializing listbox Pin
Green Fuze9-Jun-05 2:56
Green Fuze9-Jun-05 2:56 
GeneralReverse a string Pin
Tom Wright8-Jun-05 13:12
Tom Wright8-Jun-05 13:12 
GeneralRe: Reverse a string Pin
Jon Sagara8-Jun-05 13:53
Jon Sagara8-Jun-05 13:53 
Generalcustom control propertygrid bind Pin
drey18-Jun-05 11:21
drey18-Jun-05 11:21 
Generalcustom document control Pin
macjunky8-Jun-05 11:07
macjunky8-Jun-05 11:07 
General"refreshing" application configuration settings Pin
trevstar8-Jun-05 9:31
trevstar8-Jun-05 9:31 
GeneralRe: "refreshing" application configuration settings Pin
MoustafaS8-Jun-05 10:42
MoustafaS8-Jun-05 10:42 
GeneralRe: "refreshing" application configuration settings Pin
PrimeCoder14-Mar-07 7:28
PrimeCoder14-Mar-07 7:28 
Generalexe or development Pin
HuntTheShunt28-Jun-05 9:29
HuntTheShunt28-Jun-05 9:29 
GeneralRe: exe or development Pin
MoustafaS8-Jun-05 10:47
MoustafaS8-Jun-05 10:47 
GeneralRe: exe or development Pin
nemopeti8-Jun-05 12:22
nemopeti8-Jun-05 12:22 
Generaldeserializing XML in a webservice client Pin
albean888-Jun-05 7:20
albean888-Jun-05 7:20 
GeneralContext Menu in TreeView control Pin
SerialHobbyist8-Jun-05 6:03
SerialHobbyist8-Jun-05 6:03 
GeneralRe: Context Menu in TreeView control Pin
Andy Moore8-Jun-05 10:48
Andy Moore8-Jun-05 10:48 
GeneralRe: Context Menu in TreeView control Pin
SerialHobbyist15-Jun-05 6:18
SerialHobbyist15-Jun-05 6:18 

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.