Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Adobe seems blatantly silent on this issue. Adobe, this and other issues with multifile uploading are a real problem and need to be addressed!
Copy link to clipboard
Copied
This seems to be related to the following:
1. the files you are trying to upload are from a network drive
2. the files you are trying to upload are from a drive that you do not have permissions to
In the above cases when accessing the "size" property of FileReference you will get an exception
You can use the following:
private function getSize(file:FileReference):Number{
try{
return file.size;
}catch(e:Error){
return 0;
}
}
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more