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

Record Audio - Allow file names with spaces #24548

Merged
merged 1 commit into from Aug 30, 2018
Merged

Conversation

epeach
Copy link

@epeach epeach commented Aug 29, 2018

Previously, file names with spaces were not able to preview right after recording. This is because we were using the file names returned from the xhr request to label immediately after it was recorded, but these file names had been URI encoded and the files were not. This PR adds a step to decode the response filename before it gets added to the asset list.

@epeach epeach requested a review from Erin007 August 29, 2018 23:33
@epeach epeach merged commit b411c00 into staging Aug 30, 2018
@epeach epeach deleted the record-audio-spaces-name branch August 30, 2018 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants