You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
There seems to be some unseen file size limit, and I'm not sure where the issue is exactly (be it the SOAP envelope, on the cards end, etc). When I try to upload a video file (.mov) or image file (.jpg) that is above 40 MB, the server stales at a certain percentage and never finishes the upload. I've tried looking through the code to see if there's some file size limit, but due to my lack of experience with node, I am completely lost.
Fun little fact, I found that the card only checks the file extension before it uploads the file, so you can have a .txt file, rename it as .jpg and as long as it's above a few KB, the file will send. Also, the name needs to be in shorter than 8 characters (aka 8.3 format http://en.wikipedia.org/wiki/8.3_filename).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There seems to be some unseen file size limit, and I'm not sure where the issue is exactly (be it the SOAP envelope, on the cards end, etc). When I try to upload a video file (.mov) or image file (.jpg) that is above 40 MB, the server stales at a certain percentage and never finishes the upload. I've tried looking through the code to see if there's some file size limit, but due to my lack of experience with node, I am completely lost.
Operating System: Ubuntu 12.04
Card type: Connect X2
Firmware: 5.0001
Fun little fact, I found that the card only checks the file extension before it uploads the file, so you can have a .txt file, rename it as .jpg and as long as it's above a few KB, the file will send. Also, the name needs to be in shorter than 8 characters (aka 8.3 format http://en.wikipedia.org/wiki/8.3_filename).
The text was updated successfully, but these errors were encountered: