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
Using a custom upload button and/or drag-n-drop area and custom upload function
When trying to implement this control into my site, I get the following error: 'TypeError: "Uploader" must be an instance of FileUploader'
When I can't use the provided uploader.
I've tried using the FileUploader, this doesn't help.
After choosing a file, my ng-model value hasn't changed, and thus my ng-change event won't trigger.
I've tried making a JSFiddle to demonstrate this, but it keeps failing with the error "Error: [$injector:nomod] Module 'app' is not available!"
When I've clearly registered app with:
var app = angular.module('app', [
'angularFileUpload'
]);
When using the code on my site it does properly change the file name on the control itself. If I leave the control visible. But I can't use the default file upload button and want it to remain hidden. Instead I need a custom upload button and function.
I'm using version 2.5.0 of the control
The text was updated successfully, but these errors were encountered:
Using a custom upload button and/or drag-n-drop area and custom upload function
When trying to implement this control into my site, I get the following error: 'TypeError: "Uploader" must be an instance of FileUploader'
When I can't use the provided uploader.
I've tried using the FileUploader, this doesn't help.
After choosing a file, my ng-model value hasn't changed, and thus my ng-change event won't trigger.
I've tried making a JSFiddle to demonstrate this, but it keeps failing with the error "Error: [$injector:nomod] Module 'app' is not available!"
When I've clearly registered
app
with:When using the code on my site it does properly change the file name on the control itself. If I leave the control visible. But I can't use the default file upload button and want it to remain hidden. Instead I need a custom upload button and function.
I'm using version 2.5.0 of the control
The text was updated successfully, but these errors were encountered: