I have an apache web server running in a machine (linux)and i have deployed an application. In the client machine (windows) thru browser, I am supposed to provide a video file by calling that application in the browser. I used a form multipart type. On the server machine I must store the sent video in the local disk. I receive the file in the server, but only the content is received, not the header information of the video like bit rate, codec info. I need those info for further processing. Can anyone kindly help me in this regard......... ....