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
Hey there! I'm fairly new to this amazing library, and I would like to ask a question;
I have an ID scanner for the software that i'm developing. So what happens is, I scan the ID and it auto-populates all the required fields in a Customer creation section, such as name, ID number and so on. For the profile picture part however, i'm using ng-flow to upload my images manually, but if i were to auto populate the image via the ID scanner, how would I do it? the ID scanner stores the ID's image in a local temp folder; "C:\temp\MYKAD-PHOTO.JPG". i've been trying to force this link to the flow obj, but it doesn't work; $scope.customer.obj.flow.files[0] = "C:\temp\MYKAD-PHOTO.JPG";
so yeap, any help here would be gladly appreciated! cheers!
The text was updated successfully, but these errors were encountered:
Hey there! I'm fairly new to this amazing library, and I would like to ask a question;
I have an ID scanner for the software that i'm developing. So what happens is, I scan the ID and it auto-populates all the required fields in a Customer creation section, such as name, ID number and so on. For the profile picture part however, i'm using ng-flow to upload my images manually, but if i were to auto populate the image via the ID scanner, how would I do it? the ID scanner stores the ID's image in a local temp folder; "C:\temp\MYKAD-PHOTO.JPG". i've been trying to force this link to the flow obj, but it doesn't work; $scope.customer.obj.flow.files[0] = "C:\temp\MYKAD-PHOTO.JPG";
so yeap, any help here would be gladly appreciated! cheers!
The text was updated successfully, but these errors were encountered: