You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, did you ever tested a survey with a question type upload ?
The input field of type "file" is rendered in the ionic app (android and ios), it opens a filemanager but chosen image is not uploaded to surveyjs backend.
I think that the angular component Survey (from 'survey-angular') is not suited for an hybrid app.
Hi, did you ever tested a survey with a question type upload ?
The input field of type "file" is rendered in the ionic app (android and ios), it opens a filemanager but chosen image is not uploaded to surveyjs backend.
I think that the angular component Survey (from 'survey-angular') is not suited for an hybrid app.
File upload in ionic should be done using a cordova plugin file transfer
see https://ionicframework.com/docs/native/file-transfer/
Do you think it is possible override existing Javascript function in 'survey-angular.js' ?
The text was updated successfully, but these errors were encountered: