Hi,
anyone knows how to use mime.type in this function ?
client.upload.file( string destination, [ ref string client.filename,
ref string mime.type ] )
I would like to show just csv files and always shows all files. I have tried "text/csv", "application/csv" and does not work.
Regards.