Closed jamesxu123 closed 3 years ago
Before any merges, I had a couple of questions:
I fixed the outline, it was a focus state thing.
About seeing the file, do you mean like a local link to open the file that they have selected? I don't think the resume is uploaded until the submit the form. I do have a small subtitle with the file name already, but I can add that button if needed.
Yeah personally I think having the file name should be good. I’m not sure if I’ve seen a file:// uri for file uploads elsewhere.
Yeah did a bit of invistigating and it appears that we can't link to local file://
uri before uploading because that's a security flaw - we could encode the file using FileReader
then use data://
uri to link to it but that's too much effort for a very minor feature
Tickets:
List of changes:
Type of change:
Please delete options that aren't relevant.
How did you do this?
How to test:
Questions:
PR Checklist:
develop
branch (before testing)Screenshots:
close #868