New uploading |
08-13-2022, 11:07 AM
(This post was last modified: 08-13-2022, 11:19 AM by captain-sensible. Edit Reason: clarified a bit )
route
Code: $routes->post('newblog','Blog::newBlogArticle'); form : Code: <?= form_open_multipart('newblog'); ?> in Controller Blog::newBlogArticle() Code: $file = $this->request->getFile('userfile'); |
Messages In This Thread |
New uploading - by dum1 - 08-12-2022, 06:13 PM
RE: New uploading - by captain-sensible - 08-13-2022, 11:07 AM
RE: New uploading - by kenjis - 08-14-2022, 02:02 AM
|