-
Hi,
I get following error when I succesfully upload an image:
`ERROR TypeError: Cannot read property 'nativeElement' of undefined
at AngularEditorToolbarComponent.fileReset (angular-editor-…
-
I did all as described in README. Trying to build the application in Xcode. Got this:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_CDVInvokedUrlCommand", referenced from:
objc-cla…
-
### Describe the bug
I'm following the example in the documentation regarding custom uploaders on the `FileUpload` component, and I get a type error on `objectURL`.
```js
async function upload(…
-
Add a method to use a pre-allocated area of memory for data read from NetCDF files.
-
am creating a hybrid app with Angular 7, Ionic 4 and Cordova.
I need to read a large file (> 1GB) located on Android file system but i am facing a performance issue. With the current implementatio…
-
Hi! How to upload resized image with file uploader like this package:
https://github.com/jkuri/ngx-uploader
Or is there a better solution?
-
This is so nice uploader and I like it
onChange function didnt return image path but only image name
How can I get image path and image name?
Thank you.
-
Hi,
I am using the package for the first time and when applying the simple sample from README:
```
var node = document.getElementById('my-node');
domtoimage.toPng(node)
.then(function (…
-
$(_this._opt.imgTar).on('change', function(e) {
var files = e.target.files;
debugger;
for(var i =0;i _this._opt.limitSize) {
// console.error('文件太大');
// return;
// }
…
-
How do you pipe huge files on client?
I'm cutting files using a loop of:
```
var reader = new FileReader();
reader.readAsText(file.slice(pos, pos + x));
```
but where is the place to input the…