• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

API upload -> Image Edit -> Image Viewer

echeng2

Chevereto Member
I can upload an image using api upload and then use the image viewer to edit image title and description.

I would like to implement the following sequence:
API upload -> Image Edit -> Image Viewer.

I know how to do api upload but have difficulty to continue to "Image Edit" as the next page. I can find "Image Edit" code in anywhere_upload.php but can't separate them as a separate page and put a "submit" button. Any suggestion or code? Thank you.
 
Check app/routes/route.json.php, you will find the code to edit the image in that folder.
 
Thanks for the quick response. Any example or tutorial to use or call the route.json.php? I couldn't find any examples in the forum.
 
There aren't examples, you have to directly take the code from there.
 
Back
Top