hivesolutions / colony-print

Small web app for printing of colony based documents
http://colony-print.hive.pt
0 stars 0 forks source link

Non data base 64 payload submission #10

Closed joamag closed 5 months ago

joamag commented 5 months ago

Description

As of now, it's not possible to submit a new print job without sending the data as a base64-encoded string. This can limit some simple scenarios where it is expected to have a simple data string as input.

Implementation

Make it optional to send either one or the other as job input.