is there way to pass the Form data to the server as we are using the ASP.Net MVC. when we are refreshing the page at the initial of page loading it hitting the server side upload API after when I am trying to upload any file it not hitting the server side api
please help regarding this…
Hello @Nagraj ,
As is the case with every other Jet-based widget, it is possible to fully customize the FM widget according to the required specifications.
In File Manager, the uploading is handled by the separate service - fileManager.services.Upload. To be able to add FormData, you would need to override this service, for example: Code Snippet