Create file through submitting a form -
hey guys i'm trying save file submitted users in php have customers submitting files through form so:
<form action="mycontrollerurl"> <input type="file" name="sellerpermit"> </form>
inside controller want save these files to: rootdir/media/documents/sellerpermits
is there simple way this? if have questions let me know!
Comments
Post a Comment