How can I determine user to upload/update ONLY image files?
n
Needle
04/04/2022, 2:41 PM
Hello @Aruzo!
This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``.
Pinging @User so that they see this as well!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates.
Want to change the title?
Use the
/title
command!
We have solved your problem?
Click the button below to archive it.
Needle
04/04/2022, 2:45 PM
🆕 How can I determine user to uploadupdate ONLY image files?
g
garyaustin
04/04/2022, 3:10 PM
Owner match is uid() = owner.
Then you need something like:
storage.extension() in (‘jpg’,’png’……)
But I can’t check that syntax right now, but should be close.
n
Needle
04/04/2022, 3:10 PM
How can I determine user to uploadupdate ONLY image files?