How to increase the File Upload button dropzone?

  • starandfey
    Asked on February 18, 2018 at 11:11 AM

    I have enlarged the File Upload button's size via CSS to better resemble a large dropzone of other file uploaders. But the dropzone itself (exposed when dropping a file on the button) does not match the size/shape of the button. Is there a way to adjust the dropzone to match the button? Thanks

    1518970158DragAndDrop button Screenshot 10

    1518970140Drop zone Screenshot 21

  • Ashwin JotForm Support
    Replied on February 18, 2018 at 11:44 AM

    I have injected the following custom css code in your form and that seems to have fixed this issue:

    .qq-upload-drop-area {

        width: 430px !important;

    }

    Please check the screenshot below:

    1518972216upload Screenshot 10

    I would suggest you to please test your form again and see if it works as expected.

    Do get back to us if you need any other changes.

  • starandfey
    Replied on February 18, 2018 at 2:24 PM

    Perfect! Thank you shwin_d.