Existing event create API store image URL as image which get by the request body
need to modified:
- request receive with image file
- store that image in a image server .
- get image id and url, then store it with other event data (title,desc...) in database.
- if image upload error occurred, try 2,3 times. if again and again fail store default uploaded image details with event data
every response type should as follow :
{status:true/false (required) ,massage:"" (required) ,data:{} (optional) }
status true if process successfully done.
Existing event create API store image URL as image which get by the request body
need to modified:
every response type should as follow :
{status:true/false (required) ,massage:"" (required) ,data:{} (optional) }
status true if process successfully done.