This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

###submit_reload###

Use this for upload fields in your form. By clicking the button, the user can upload a file directly. This will be replace with the name attribute of the submit button.

Version added

1.0.0

Example code

<input type”submit” ###submit_reload### value=”Upload file now” />

Will result in 

<input type”submit” name=”prefix[step-stepnumber-reload]”  value=”Upload file now” />