get filesize after upload

Gatsman 24 Feb, 2017
Can i get the filesize in a Custom Code in the On success of a Files Upload?
Or the name created for the uploaded file? i could work it from there.
GreyHead 24 Feb, 2017
Answer
Hi Gatsman,

The name, link. path and size are all added to the $form->files['input_name'] after the Files upload action. Add a Debugger temporarily to see the info.

Bob
Gatsman 24 Feb, 2017
Thank you Bob
This topic is locked and no more replies can be posted.