I want to use Dojo to be able to style the upload input, since the browser will not allow CSS to style it.
Currently I can only get the FileUploader to work as AJAX, and this is not desired because it needs to be passed with other form data.
Is it possible to do this with Dojo? Or should I just write my own transparent file input and style some stuff behind it?