MIKEL-Inc / resume

Resume parsing and searching application.
MIT License
3 stars 0 forks source link

Download resume button doesn't work #35

Open chrisBosse opened 5 years ago

chrisBosse commented 5 years ago

in email 2019-02-25 MA reported download resume button downloaded a random file extension.

image image

This is due to appending the ISO8601 date string to the file name while saving.

chrisBosse commented 5 years ago

Could strip the ISO8601 date string from the file name on the client.

chrisBosse commented 5 years ago

Side tangent. The strange file extension may explain the difficulty/need for the <object> tag attribute type="application/pdf".