A dedicated file upload input type in issue forms #4291
Replies: 3 comments 7 replies
-
|
Hey @foosel! Thanks for this feedback and all the awesome context! Yes, I agree that at the very root – the biggest issue here is that even if you try to work around with a required This is definitely something we've been considering and we'll continue to talk about how it could work and what it might take to make it happen. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
|
We are trying to do the same thing with screen shots and documents (Word files) for content and I realized you can attach those in the - type: textareaI think I'll add instructions to do that until a new upload element is created. |
Beta Was this translation helpful? Give feedback.
-
|
Lack of this feature is impacting many customers. Can we get a timeline for its enablement? Is there someone to reach out to help prioritize this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Picking this up from the closed preview ;)
I'm pretty sure I'm not the only one who requires log files and similar files from their users in order to be able to process a bug report. Right now the only option I have to request that from people is to instruct them to upload them via a
textareainput. According to my experienced during the preview a ton of people will happily overlook instructions like this and thus I still have to still run after log files. Something like this:with
required,extensions(limiting visible file extensions in the file picker viaaccepton the HTMLfileinput) andpattern(validation of input file name server side) being optional would be absolutely amazing!Just being able to have a mandatory file upload would already help, even if extensions and pattern matching where left out. The problem I see is making people actually attach their logs. I've made do with a required checkbox that pretty much says "I have attached the required log below" but people will happily check that to proceed with issue submission but without actually uploading anything and I'm once again stuck without necessary information.
So, in order of priority, what I'd like to see is:
fileinput'sacceptparameters,That would remove the biggest pain point I currently still have after close to half a year of using issue forms with OctoPrint.
Beta Was this translation helpful? Give feedback.
All reactions