Populate attachment file size
// FREEBIE
This commit is contained in:
parent
fc514aa96f
commit
27a1c9f18a
4 changed files with 14 additions and 1 deletions
|
@ -229,7 +229,8 @@
|
|||
resolve({
|
||||
data: e.target.result,
|
||||
contentType: file.type,
|
||||
fileName: file.name
|
||||
fileName: file.name,
|
||||
size: file.size
|
||||
});
|
||||
};
|
||||
FR.onerror = reject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue