|
$("#Uploadbox").ejUploadbox({
saveUrl: "https://js.syncfusion.com/ejServices/api/uploadbox/Save",
removeUrl:"https://js.syncfusion.com/ejServices/api/uploadbox/Remove",
allowDragAndDrop: true,
multipleFilesSelection: true,
dropAreaHeight: "300px",
dropAreaWidth: "600px",
buttonText: { browse: "Choose File", upload: "Upload File", cancel: "Cancel Upload" },
showFileDetails: true,
success:function(args)
{
console.log(args);
}
}); |
|
|
|
$("#Uploadbox").ejUploadbox({
saveUrl: "https://js.syncfusion.com/ejServices/api/uploadbox/Save",
removeUrl:"https://js.syncfusion.com/ejServices/api/uploadbox/Remove",
allowDragAndDrop: true,
multipleFilesSelection: true,
dropAreaHeight: "300px",
dropAreaWidth: "600px",
buttonText: { browse: "Choose File", upload: "Upload File", cancel: "Cancel Upload" },
showFileDetails: true,
success:function(args)
{
$("#fileName").text(""+args.files.name+" is uploaded successfully");
}
}); |
|
Can you provide me a video demo of the solution?
|
We are currently preparing the video demo of the solution, we will update the sample video demo on February 22nd 2021.
Steps:
|
|
Also, can we use web API within the html code? |
As we said earlier, PDF control is a C# library, we could not use the web API (Image to PDF) conversion within the html code. https://help.syncfusion.com/file-formats/pdf/overview |