Should we convert uploaded file metadata into Python types? #2727
Labels
backwards-incompatible
resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone
Following PRs #2724 and #2666 , the
FileUpload.value
traitlet looks like:It is defined as
List(Dict())
.We could consider the following, in increasing order of complexity:
lastModified
to be a datetime object. We should check browser compatibility on whether it's always expressed as a timestamp.notifying @jtpio , @jasongrout who have been working on this.
The text was updated successfully, but these errors were encountered: