Skip to content

Do multipart form file uploads keep the image metadata? #3010

Answered by robjtede
SquireOfSoftware asked this question in Q&A
Discussion options

You must be logged in to vote

The createdAt/modifedAt metadata of any tempfile will be set once it's uploaded to the time of the upload. It's not possible, afaik, to transfer this filesystem metadata when doing multipart uploads.

Many image formats, such as JPEG, have additional metadata that can be extracted, usually EXIF format which will contain original capture date and other camera info.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robjtede
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants