You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: