Uploading files in the frontend

Hello, is there a guide or a tutorial on how to implement a file upload on the website?

Hello,

just try to receive a form post after this tutorial: https://gist.github.com/bastianallgeier/c396df7923848912393d

and add something like this to your controller:

https://getkirby.com/docs/developer-guide/toolkit/upload

S.

Thanks, i already worked with the email script for forms, but wanna know how to add the upload script to it, so searching for a guide :slight_smile:

Here’s an example: Allow guests to create pages from Panel or frontend.

There isn’t a guide yet, its on my list but don’t know when I’ll get to it.

1 Like