Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Modifying file type input with css and make it more attractive Reply To: Modifying file type input with css and make it more attractive

#148703
Ed
Participant

It doesn’t look like you can modify the appearance of an element, unfortunately.

Other options include a jQuery plugin (Google for “jquery file upload plugin”), or even do it in vanilla JS (i.e. Dropzone) to offer an alternative solution. Dropzone is especially cool because it lets you do drag & drop uploading.