[GH-ISSUE #7703] [Bug] bad case upload file if the name includes a character #3406

Open
opened 2026-03-23 21:29:54 +00:00 by mirror · 1 comment
Owner

Originally created by @annieappflowy on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7703

Originally assigned to: @LucasXu0 on GitHub.

Bug Description

I got an issue while uploading GIF image.
This appears to be due to the forward slash / character in the filename. We should add support for handling special characters during image uploads to prevent this issue.

How to Reproduce

https://github.com/user-attachments/assets/fab524d2-0df1-4c30-a02f-9681457d9964
appflowy_logs 3 (1).zip

Expected Behavior

upload successfully if the file is valid

Operating System

macOS

AppFlowy Version(s)

0.8.8

Screenshots

No response

Additional Context

No response

Originally created by @annieappflowy on GitHub (Apr 7, 2025). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7703 Originally assigned to: @LucasXu0 on GitHub. ### Bug Description I got an issue while uploading GIF image. This appears to be due to the forward slash / character in the filename. We should add support for handling special characters during image uploads to prevent this issue. ### How to Reproduce https://github.com/user-attachments/assets/fab524d2-0df1-4c30-a02f-9681457d9964 [appflowy_logs 3 (1).zip](https://github.com/user-attachments/files/19634245/appflowy_logs.3.1.zip) ### Expected Behavior upload successfully if the file is valid ### Operating System macOS ### AppFlowy Version(s) 0.8.8 ### Screenshots _No response_ ### Additional Context _No response_
Author
Owner

@LucasXu0 commented on GitHub (Apr 16, 2025):

We need to replace the existing file picker. It treats the slash as a folder separator instead of part of the file name.

<!-- gh-comment-id:2808035429 --> @LucasXu0 commented on GitHub (Apr 16, 2025): We need to replace the existing file picker. It treats the slash as a folder separator instead of part of the file name.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#3406
No description provided.