Better Image Upload #2

Open
opened 2024-11-14 20:24:26 -05:00 by q · 0 comments
Owner

We need a way to upload images through the werc interface directly to user folders (probably as part of the wiki app dirdir). I have tried it but right now there is an error when using enctype="multipart/form-data" as a form attribute and werc handling that date (it thinks all the variables are empty some how?) its a weird bug I cant figure out. It seems to work as this guys implementation uses it: https://github.com/RisingThumb/dirdir so it may be an issue with my lighttpd configuration possibly. For this it would be nice to have a way for people to upload images directly to the folder they are working in under werc. A settable max limit is a must and security should be also considered in the file upload. Right now we use https://up.thirdculture.top this is good for large files as it is more secure and uses well tested software. Really the priority here is basically image content.

We need a way to upload images through the werc interface directly to user folders (probably as part of the wiki app dirdir). I have tried it but right now there is an error when using `enctype="multipart/form-data"` as a form attribute and werc handling that date (it thinks all the variables are empty some how?) its a weird bug I cant figure out. It seems to work as this guys implementation uses it: [https://github.com/RisingThumb/dirdir](https://github.com/RisingThumb/dirdir) so it may be an issue with my lighttpd configuration possibly. For this it would be nice to have a way for people to upload images directly to the folder they are working in under werc. A settable max limit is a must and security should be also considered in the file upload. Right now we use [https://up.thirdculture.top](https://up.thirdculture.top) this is good for large files as it is more secure and uses well tested software. Really the priority here is basically image content.
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
q/thirdculture-docker#2
No description provided.