jadu / pulsar

The User Experience and Interface framework by Jadu.
https://jadu.github.io/pulsar
MIT License
24 stars 6 forks source link

Qu 4501 #1556

Closed Sectimus closed 2 months ago

Sectimus commented 2 months ago

The file input does not retain it's files prior to submit, every time you attach a file, it was overwritten; Which isn't a problem if you are serializing the data yourself, but is a problem if you need to trust that your file input contains your file data.

Before

image

Generic binary data (or binary data whose true type is unknown) is application/octet-stream.

After

image

Stanton commented 2 months ago

Dropzone test suite failing so can't be merged, the Node14 environment falls over on github but returns the same failing tests when run locally.

Sectimus commented 2 months ago

We can't include the --no-sandbox changes by default due to this failing test: (I have highlighted the probable cause) image