Upload Button wont accept any file size

New to this so bear with me. Just made a user input form, but need the user to upload a document. Followed the video tutorial on setting database up and then adding a user input button. But when on the live site and i choose the input button then find the file. it always puts a blck cross under the file as if it is not allowed / to large it says the max is 15mb file was only 652kb.

Hi David
Did you tried to actually submit your form? If you mean this black cross - 2018-03-01_1630
It’s about deleting this file before upload

If it’s not your issue, please share a link to this page, i’ll check

So may be issue is not about size…

Hi Mikhail.
That is the cross i meant. so i dont understand what you mean delete the file before upload.

This cross doesn’t mean that you cant upload file. This just a button-icon to delete file from upload button, in case user made an error - and wants to change selection to another file

To actually upload file, you need to press smth with submit action - for example, button, connected to dataset, and in it’s connect panel “submit” action is selected

Cool, Many thanks ill do that now, Thanks for your advice.