jimmywarting / FormData

HTML5 `FormData` polyfill for Browsers and nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File object is missing webkitRelativePath attribute

joshuaob opened this issue · comments

commented

Currently, the file object returned using form data polyfill is missing the webkitRelativePath attribute on Microsoft edge browser.

https://developer.mozilla.org/en-US/docs/Web/API/File/webkitRelativePath

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

besides, what dose relative path has anything to do with FormData?