file - how to set a temp upload directory in php -
I try to file a simple upload and I want to fix the upload directory to upload the file but IA Line I have tried many ways to do this and I got this error I've tried this type of code like / html5unchained / imgs / ' and this is I have tried any help in all posiblities The files uploaded to the server can be configured with the location configuration option. : failed to open the stream.
c: / wamp / www / html5unchained / imgs / and this
c: // wamp // www // html5unchained // imgs //
$ Upload Dear = 'C: \ wamp \ www \ Html5unchained \ imgs'; $ Uploadfile = $ uploaddard basename ($ _ files ['userfile'] ['name']); Move_uploaded_file ($ UploadFile, $ UploadDider);
Comments
Post a Comment