How to upload an Image file to a webserver using C for CGI scripting.?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prakharv
    New Member
    • Oct 2006
    • 9

    How to upload an Image file to a webserver using C for CGI scripting.?

    Hi All,

    I would like to upload an image file from my web page to the server using C(CGI scripting). Actually I am able to upload a text file using gcgi library but not image file.

    Please, if any one knows regarding this or has the source code for the same, please help me out.

    Any information on this topic will be appreciated.

    Thanks And Regards,
    Prakhar
  • Chandan Ahuja
    New Member
    • Jan 2007
    • 3

    #2
    Hi ,
    Please go to the link
    http://www.codeproject .com/asp/upload.asp?df=1 00&forumid=4203 &exp=0&select=8 03319

    From here read the article and download the ISAPI code , this will solve your problem .

    I have myself used it in my CGI based application and it works perfectly fine .

    Please let me know if you face any problem in incorporating this code in your application.

    Thanks and Best Regards ,
    Chandan

    Comment

    • prakharv
      New Member
      • Oct 2006
      • 9

      #3
      Thanks a Lot Chandan, I will check it out and let u know.

      Regards
      Prakhar

      Comment

      Working...