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
September 1, 2013 at 6:16 am
#148703
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.