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
Currently, when uploading collection in any form (eq. using uploadCollection or uploadFiles etc.) it might seems like the user can specify entry's content type (e.g. using the new File(..., ..., {type: 'come content type'})), which then, unfortunately, is ignored because we use Tar way how to upload collection (in Bee then the content type is guessed based on extension).
As soon as ethersphere/bee#2578 is solved I would like to migrate uploading collection using FormData which then would allow this to be solved.
The text was updated successfully, but these errors were encountered:
Currently, when uploading collection in any form (eq. using
uploadCollection
oruploadFiles
etc.) it might seems like the user can specify entry's content type (e.g. using thenew File(..., ..., {type: 'come content type'})
), which then, unfortunately, is ignored because we use Tar way how to upload collection (in Bee then the content type is guessed based on extension).As soon as ethersphere/bee#2578 is solved I would like to migrate uploading collection using
FormData
which then would allow this to be solved.The text was updated successfully, but these errors were encountered: