pashpashpash / vault-ai

OP Vault ChatGPT: Give ChatGPT long-term memory using the OP Stack (OpenAI + Pinecone Vector Database). Upload your own custom knowledge base files (PDF, txt, epub, etc) using a simple React frontend.

Home Page:https://vault.pash.city

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I require uploading images when posting to a blog?

nguyenvanphus opened this issue · comments

I am using Sngine 3.11

How to force users to upload images when posting to blogs (because there is no forced upload feature by default)

I used required attribute but it didn't work

<input type="hidden" class="js_x-image-input" name="cover" required>

Can you help me?