Skip to content

Remove base64 encoding from file upload in the WebIDE

Jacques Erasmus requested to merge 48746-fix-files-uploaded-in-base64 into master

What does this MR do?

This merge request fixes the issue where files were base64 encoded after uploading non-text files from the WebIDE.

When a non-text file is uploaded from the WebIDE, the file was base64 encoded and as a result, the contents of the file in the repo was base64 encoded. This MR prevents this issue by removing the base64 encoding before passing the file to the backend.

What are the relevant issue numbers?

Closes: #48746 (closed)

Does this MR meet the acceptance criteria?

screen_rec

Edited by Jacques Erasmus

Merge request reports