erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Custom file input button #1401

Open mjaffer opened 7 years ago

mjaffer commented 7 years ago

Hi,

i am new react js and i have set the react-redux-universal-hot-example and using it to develop my project. all is working fine except form fields, actually i need a image file uploader button and i did it the default way but my manager needs custom button not the default one.

please help me out.

parth-choudhary commented 7 years ago

Can you explain what you mean by Custom? Are you talking about the design?

mjaffer commented 7 years ago

image

mjaffer commented 7 years ago

Actually i just need a label Add an Attachment and after selecting file, the name of file came next to the label.

mjaffer commented 7 years ago

image and this my screen