You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to upload file which name contains double quote
via BoxFilesManager.UploadAsync method.
But I couldn't.
I found
in HttpRequestHandler.BuildMultiPartRequest method
ContentDispositionHeaderValue.FileName property
does not accept file name which contains double quote.
varcdhv=new ContentDispositionHeaderValue("form-data");
cdhv.FileName ="\"file name contains \"(double quote)\"";// throw exception
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not been updated in the last 30 days. It will be closed if no further activity occurs within the next 7 days. Feel free to reach out or mention Box SDK team member for further help and resources if they are needed.
I tried to upload file which name contains double quote
via BoxFilesManager.UploadAsync method.
But I couldn't.
I found
in HttpRequestHandler.BuildMultiPartRequest method
ContentDispositionHeaderValue.FileName property
does not accept file name which contains double quote.
The text was updated successfully, but these errors were encountered: