Facility Control

 View Only
  • 1.  Dashboard "Upload" invalid upload file

    Posted 05-19-2016 21:57
    I got the error message " This is not a valid upload file" if I try to upload a binary code from Dashboard. The user manual only tells me to upload with the correct file but never mentioned which type of file.
    Is there certain file format Dashboard is expecting? This error message is coming from Dashboard and not as a response from my device


  • 2.  RE: Dashboard "Upload" invalid upload file

    Posted 05-20-2016 14:03
    There are 2 options here - you can learn more about both in chapter 7 of the openGear Developer's Guide Part II:
    1. Use the HTTP upload mechanism instead of the OGP one -> DashBoard will just send any file to your device and you can do the checking
    2. Add the OGP File Upload headers to your file (see "File Format for OGP Upload" on page 190)
    #DashBoard