bolt / forms

MIT License
21 stars 27 forks source link

fix #92 #95

Closed enthus1ast closed 2 years ago

enthus1ast commented 2 years ago

the absolute upload path will be stored when attach is true

     picture:
        type: file
        attach: true  # <--- attach: true must be set.

Signed-off-by: David Krause krause@biochem2.uni-frankfurt.de

bobdenotter commented 2 years ago

Whoa, that's a nice, elegant fix! Thanks, @enthus1ast 👍

enthus1ast commented 2 years ago

82