Skip to main content
Known Participant
March 30, 2011
Question

upload videos to FMS

  • March 30, 2011
  • 1 reply
  • 688 views

hello,

Am developing an app on which a user can record from their webcam or upload videos to the fms. Is it possible to upload video to fms using php or flash?

regards

Harilal

    This topic has been closed for replies.

    1 reply

    March 30, 2011

    Not directly through FMS. What you can do is use the FileReference class on the client side and a php program on the server side to uploada file. If PHP is running on the same server as FMS, you can just have the PHP program place the uploaded file in a directory that is accessible to FMS. If not, you'll need to have the PHP program move the file to the FMS server (perhaps using FTP)

    Known Participant
    April 5, 2011

    so it's possible to upload videos to FMS using PHP? AM not a PHP programmer. So can you pls share any code to upload videos through PHP to FMS?