Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Upload from a form · 9 years ago

    Hi, I'm looking for the way to do this for a while now, and I don't get it. Is it possible to make a form with an upload field? Does anyone have an example? thanks

  • Protect PDF files? possible? · 9 years ago

    Hi @kirill_01, Somehow i posted a whole example, but it disappeared? Sorry for my late reaction; i have placed a htaccess in my downloads directory with a rule to ignore pdf's from direct linking; Rew

  • Protect PDF files? possible? · 10 years ago

    i don't have login plugin, i just want to know how @raack made download function with php and .htaccess and where files stores. I need this function from several pages and i want to hide my files from

  • Protect PDF files? possible? · 10 years ago

    Grav's Login plugin has an option (in login.yaml) protect_protected_page_media that's set to false by default. When you set it to true, it will redirect to the login page when trying to access pdf's i

  • Protect PDF files? possible? · 10 years ago

    Could you provide your solution, i have the same issue, trying to protect files. Thank you!

  • Protect PDF files? possible? · 10 years ago

    btw thx for your answer, i have not tested that function before

  • Protect PDF files? possible? · 10 years ago

    I Fixed this by protect the download directory with a .htaccess and let php do the pdf download handling (and checking if the user has logged in)

  • Protect PDF files? possible? · 10 years ago

    Not to my knowledge. There's a Private plugin that will protect pages, but that won't stop direct access to other files. Though not documented, there is a onBeforeDownload event that a plugin could co

  • Protect PDF files? possible? · 10 years ago

    Hi, Is it possible to protect direct file access when using the private login section for pages in grav? Best

  • How to count modular visible (short way) · 9 years ago

    @rhukster thanks