Better Image Upload #2
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: q/thirdculture#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.