Hello everyone. I am trying to upload a file to my application. For that, I am using the File manager widget. Here I am able to browse and select the document from the system but I have doubt about how to upload it. Here you can see, I can browse and select the particular file but after selecting a file to upload there is no option/button to upload the selected file Note: I have already created the entity of the File.Document Type.
asked
Aishwarya Patil
1 answers
0
Hi Aishwarya Patil,
As Vinodhini R commented you needs to have another entity A generalized with system.FileDocument and on form you will browse image and then you need to have Save btn with SaveChanges action to commit changes to database.