Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save original file name when uploading resume #920

Open
gsidebo opened this issue Jul 14, 2020 · 0 comments
Open

Save original file name when uploading resume #920

gsidebo opened this issue Jul 14, 2020 · 0 comments

Comments

@gsidebo
Copy link
Contributor

gsidebo commented Jul 14, 2020

In the resume upload UI, we show users the file name of the resume file they have uploaded. We don't save the original file name, so on the front end we have to do some string manipulation on the full file path in order to get that original file name. This is prone to silent failure – if, for example, we changed the destination path of uploaded files, and that path included an underscore, the file names would include a lot of confusing and user-irrelevant characters. We should save the original file names when a file is uploaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant