Thread: Multipart/form-data parsing in apache c

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    1

    Multipart/form-data parsing in apache c api

    hi c gurus......
    i m programming a module for appache in C (i m using apache C api)that will parse the requests from client. look, my module will work as a server, it will listen to client request, parse the data and send appropriate response to client. i have done parsing of simple form data when a form is submitted. But i m try to parse the request of Multipar/form-input data. i.e. when user wants to upload a file. the task is to read the contents of the file that the user want to upload. how my server module can parse and read the contents of file and save it to some place...........
    its a very urgent task to do and i m hoping for quick results..................
    Last edited by ishtiaqshaiq; 02-28-2005 at 10:12 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Some questions on sscanf and parsing data
    By green2black in forum C Programming
    Replies: 7
    Last Post: 12-02-2008, 08:25 PM
  2. xor linked list
    By adramalech in forum C Programming
    Replies: 23
    Last Post: 10-14-2008, 10:13 AM
  3. Program Crashing
    By Pressure in forum C Programming
    Replies: 3
    Last Post: 04-18-2005, 10:28 PM
  4. Binary Tree, couple questions
    By scoobasean in forum C Programming
    Replies: 3
    Last Post: 03-12-2005, 09:09 PM
  5. Need help fixing bugs in data parsing program
    By daluu in forum C Programming
    Replies: 8
    Last Post: 03-27-2003, 06:02 PM