This question has been flagged
2 Replies
2580 Views

I wanted to add a new feature into survey module, which is adding an option in the questions where the user can upload a file or a picture but I'm having a problem when I run the survey it doesn't show the upload button. Can anyone please walk me through the steps on how to add this feature smoothly?

Avatar
Discard

See how to use binary field: https://goo.gl/2JAxhD

Author

Thank you soo much!!! this was really helpful ^^

Best Answer

Hi,

First you need to define a binary field in the python file.

field_name = fields.Binary(string=’give a name for this field’ )

And you should give a view in the XML file.

https://ibb.co/wJW5Jd1

Once you define the field, you will have a button near the field to Upload your file.

Regards

Avatar
Discard
Author Best Answer

Thank you sooo much ^^

Avatar
Discard