P5.js Createfileinput custom text

Hi,

This is what the createFileInput() function create when called :

<input type="file" style="position: absolute; left: 0px; top: 0px;">

The text is handled by browsers but it seems that you can change that :

1 Like