How make an interface where you can upload a file

Hi,

How can I make an interface where the user can browse the computer and upload any audio file they want through processing?

Thanks for the help,
Niciaguero

start here:
https://processing.org/reference/selectInput_.html

1 Like

You said “upload” – do you want to do this on the desktop in Processing, or on the web in p5.js?