1.0.0-fixed • Published 3 years ago
iefw-native v1.0.0-fixed
IEFW Native
Upload framework for IECloud, and a optimized version of IEFW with native nodejs.
Installing IEFW-NATIVE:
npm install iefw-nativeUsing IEFW NATIVE
Simple example:
const ie = require('iefw-native');
const iecloud = new ie();
const file = './path/to/file';
iecloud.uploadFile(file)
.then((fileUrl) => {
console.log('File uploaded successfully!');
console.log('File URL', fileUrl);
})
.catch((error) => {
console.error('An error occurred while uploading the file:', error);
});1.0.0-fixed
3 years ago
1.0.0
3 years ago