File name with (
not allowed.
#172
sumitsharansatsangi
started this conversation in
General
Replies: 2 comments 2 replies
-
At the moment it's quite strict with the allowed characters: piccolo_api/piccolo_api/media/base.py Lines 63 to 70 in ef105f7 You can override it using the However, I think we should just add |
Beta Was this translation helpful? Give feedback.
2 replies
-
Fixed in 0.43.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was uploading a file named
videoplayback (3).mp4
, but can't upload it . Receives an errorFile name with
(not allowed.
.Is there a special reason to filter the filename with
(
, because people have multiple files with the same name with prefix.And in Linux , it is stored the same way my file was.
So, if there is no special reason then this can be corrected.
Beta Was this translation helpful? Give feedback.
All reactions