Page MenuHomePhabricator

Opera "fakepath" file paths are not dealt with
Closed, ResolvedPublic

Description

Author: neilk

Description:
Expected behavior: show the basenames of uploaded files in the interface, like "filename.jpg".

Demonstrated behavior: we see odd filenames like "C:\fakepath\filename.jpg".

Other browsers automatically return the file basename, such as filename.jpg. We just need to detect or anticipate that Opera will do this, and run our own basename() on the file input value.


Version: unspecified
Severity: normal

Details

Reference
bz26071

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:17 PM
bzimport added a project: UploadWizard.
bzimport set Reference to bz26071.
  • This bug has been marked as a duplicate of bug 26070 ***