uploadedFiles Array Properties
The uploadedFiles array contains information about each uploaded file:
-
key(string): Unique key or filename for the uploaded file. -
status(string): Upload status ('uploading','success','error'). -
progress(number): Upload progress percentage (0 to 100). -
url(string): URL to access the uploaded file on Amazon S3. -
timeLeft(string): Estimate of remaining time for the upload to complete.