how to send a video file from a html form to a web app deployed in another machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fera26
    New Member
    • Nov 2011
    • 1

    how to send a video file from a html form to a web app deployed in another machine

    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......... ....
Working...