Customizing image upload while using Cute Editor

  •  04-28-2009, 12:09 AM

    Customizing image upload while using Cute Editor

    Hey all,
     
    I have a requirement like while uploading image using CuteEditor for .net (framework 2.0, CuteEditor version 6.3), instead of storing and retrieving images from  'uploads' folder (which usually exists in application root folder), i need to store and retrieve the images to and from a seperate file server via a web service.
     
    To do so, how can i get the image (the one which i'm selecting via 'OpenFile' dialog) then convert that selected image file into binary stream and pass that stream as an input to the web service. how can i do tht?
     
    Any comments, suggestions, or solution will be greatly helpful.
     
    Cheers!!!
    K. Senthil Kumar.
View Complete Thread