I had Kendo UI Grid with inline editing and one of my field (propertyLogo) I use kendoUpload to upload an image. With the kendoUpload function fileUploadEditor, I use saveUrl: "./image.php",and convert the image into base64 format to save into…
I am using OpenStack Swift as a blob storage , and they are using the PUT method to create objects.
As for the frontend I am using Kendo UI for Angular 2 for uploading of media. The issue now is for Kendo UI upload service , its only using POST…
I'm using kendo-ui upload, I want to filter file (only allow choose .jpg, .png), but I don't know to implement in javascript, please help me!
1- .cshtml file
2- JavaScript
$(document).ready(function…
I am developing an application which store filename in database. For Mozilla & Chrome it is showing FileName only but in IE it is showing full path of file. Now I want to check whether given filename is filename or filepath. Is there any way to do…
There is an older version of the free KendoUI WEB that we are using on one of our application since 2011 I think, and that have been discontinued by the Telerik team.
This version contains Grid and Upload widgets, which are not available any more…
I have the following Kendo upload control
@(Html.Kendo().Upload()
.Name("files")
.Async(a => a
.Save("SaveBackgroundImage", "Plans")
.AutoUpload(true))
…
I need find a way to dynamically enable or disable a Kendo upload:
@(Html.Kendo().Upload()
.Enable(false)
.Name("attachments_" + item.QuestionId)
.ShowFileList(true)
.TemplateId("fileTemplate")
.Async(a…
My form in NOT asynchronised. I want file input to be required. If I add "required" attribute in that input it show popup required message even if file is uploaded. If I ommit "required" attribute and define validation in kendoUpload configuration…
i already enable the Cors in my WEB API project ! all other methods inside the API controller can access from the other project !
but kendo uploader request can not reach to the controller method
$("#files").kendoUpload({
async: {
…
I have a requirement where I am using upload control of Telerik KENDO UI to upload new files and also show already saved files.
I want to do this using declarative way of MVVM
I am using Kendo UI Core (Free version) and would like to upload files to Web Server (through MVC Controller). I know the way with paid Kendo UI version but I want to do it with free version of this.
See as below
HTML For Kendo UI Upload
i am using Kendo upload feature. While have set uploadmultiple option to true and autoupload to false.
If i select 2 files and click on Upload Button, the Save API function is called 2 times, once for each file.
Is it possible to call this…
The only type of documentation I can find referencing to "drop zone" is
localization.dropFilesHere String(default: "drop files here to upload")
Sets the drop zone hint.
Now how can I set the dropzone to the whole page like Blueimp?
I have a user form with a kendo upload control. I need to make sure the upload control has been completed before the user is aloud to submit the form. Uploading a file is just an optional. I will like to have a message to the user if they hit the…
We are using Telerik ASP.NET MVC VSExtensions 2019.1.116.1 and have an MVC app using the Upload control. The issue we are facing is the first time we open the upload control and select a file from the file explorer it is duplicating the selected…