Questions tagged [kendo-upload]

Upload widget supporting also asynchronous uploads - part of Kendo UI.

Upload is a Kendo UI () component.


Related tags

127 questions
5
votes
1 answer

Kendo Grid inline editing with Kendo Upload return an null result

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…
5
votes
2 answers

Kendo UI for Angular 2 Upload Component - Upload Method

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…
user7176792
5
votes
4 answers

How to filter file kendo-ui upload?

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…
PeaceInMind
  • 1,147
  • 3
  • 11
  • 32
5
votes
2 answers

Check FileName From HttpHostedFileBase is File Name or File Path

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…
Dhwani
  • 7,484
  • 17
  • 78
  • 139
4
votes
1 answer

Old KendoUI Web - Grid and Upload widgets

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…
Ellà
  • 43
  • 5
4
votes
1 answer

KendoUI: How to get new file name in javascript after renaming uploaded file in controller

I have the following Kendo upload control @(Html.Kendo().Upload() .Name("files") .Async(a => a .Save("SaveBackgroundImage", "Plans") .AutoUpload(true)) …
Null Reference
  • 11,260
  • 40
  • 107
  • 184
4
votes
2 answers

Html.Kendo().Upload() dynamically enable or disable

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…
user3272686
  • 853
  • 2
  • 11
  • 23
3
votes
1 answer

Kendo Upload. How to set required input?

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…
Sruj
  • 1,177
  • 2
  • 18
  • 38
3
votes
1 answer

kendo uploader Cross domain issue in Web.Api

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: { …
LittleDragon
  • 2,317
  • 2
  • 18
  • 23
3
votes
0 answers

showing already saved files in Kendo UI upload using MVVM declarative method

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
coder123
  • 31
  • 1
3
votes
4 answers

Kendo UI Core - Upload - How to call MVC Controller

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
user2739418
  • 1,623
  • 5
  • 29
  • 51
3
votes
1 answer

kendo upload allowmultiple autoupload calls the API multiple times

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…
user3784398
  • 33
  • 1
  • 3
3
votes
4 answers

How to Increase dropzone for kenoui upload widget

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?
isurfbecause
  • 990
  • 4
  • 16
  • 30
2
votes
3 answers

Validate kendo upload control

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…
Jefferson
  • 173
  • 2
  • 12
  • 32
2
votes
1 answer

Kendo Upload Duplicating File After Initial File Selection

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…
77Vetter
  • 209
  • 3
  • 16
1
2 3
8 9