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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -