Rupesh N

Rupesh N

  • NA
  • 380
  • 43.6k

multiple images insert by separate table using webapi

May 5 2021 4:36 AM
product registration
[pid, title, description, imageid, status, date]
 
images
[id, imageid, filepath, status, date]
 
actually, i am try to create below table and ouput.
 
but, i don't know, how to do that.
 
if anybody know please tell me or please send source code.
 
 
 
and output like this
 
i am using webapi. my code format
  1. public string Post (project pr){  
  2. try{  
  3. }  
  4. catch(){throw;}  
  5. }  
or else any other format?

Answers (6)