

This CGI uploads photos to Flucard®.
http://<ip>/cgi-bin/upload_to_sd?fd=<destination dir>
- ip: Flucard® IP address
- fd is the destination folder for file to be uploaded. By default, the file will be uploaded to SD root directory.
Upload to SD root directory
- http://192.168.1.1/cgi-bin/upload_to_sd
Upload to DCIM/100CANON folder
- http://192.168.1.1/cgi-bin/upload_to_sd?fd=DCIM/100CANON
Following DOS command uploads the photo file IMG_0001.JPG to the folder in DCIM/100CANON
- curl --form file=@IMG_0001.JPG \
http://flu.card/cgi-bin/upload_to_sd?fd=DCIM/100CANON







