FileButton Values not Deleting

Hi,

Is there a way to delete the certain values after uploading using the fileButton, for example, delete the last value (file) which was uploaded?

Hello!, are fileButton1.clearValue() and fileButton1.resetValue() what are you looking for?

1 Like

Thanks @OOSC3! Running fileButton1.clearValue() in a script after you have taken whatever actions you'd like with the uploaded file will clear that file value.