Questions tagged [radupload]

Telerik RadUpload is a set of three controls for uploading files and monitoring the progress of uploads (or other long processes). These controls provide tight integration with ASP.NET AJAX.

RadUpload for ASP.NET AJAX contains:

RadProgressManager - a non-visual element to manage the process of file uploads and progress monitoring.

RadUpload - a control for single- and multi-file uploads, integrated file validation and more.

RadProgressArea - a control for displaying progress dialogs: automatically monitoring file uploads and optionally monitoring any other measurable process on the server.

RadProgressManager enables the following features:

Management of file uploads and progress monitoring.

Works with standard files inputs ( elements) as well as the RadUpload control. Client-side API lets you manipulate the progress monitoring feature client-side and respond to client-side events.

RadUpload is a single- and multi-file upload control that provides the following features:

Automatic file saving - RadUpload can automatically save its uploaded files to a selected folder.

Integrated validation - RadUpload can automatically validate uploaded files for file extension, MIME type, and file size.

Custom validation - RadUpload makes it easy to provide your own custom validation, both server-side, or client-side using ASP.NET validators.

Server-side API for manipulating files - in more complex scenarios you can save the uploaded files with server-side code and still benefit from the integrated file validation.

Custom Fields - RadUpload lets you add custom fields to each file input. Using this functionality you can add fields like Title, Description, etc. to each file it uploads.

Configurable User Interface - you can fully customize the controls that are integrated into RadUpload.

Skins provide an easy way to make the look-and-feel harmonize with the rest of your Web site.

A rich client-side API for manipulating the control and responding to client-side events.

RadProgressArea is a progress-monitoring control that displays a progress dialog to display the current progress of a file upload or other lengthy process. RadProgressArea provides the following features:

Automatic file upload monitoring - you can monitor the progress of any file upload

Custom progress monitoring - with minimal server-side code you can monitor the progress of any measurable server-side process, such as mathematical calculations or database queries.

Configurable user interface - you have full control over what indicators and controls appear in the progress dialog.

Progress templates - you can further customize the progress dialog by creating a progress template that includes your own controls and elements. In most of the cases you don't need to write any javascript to ensure the proper operation of the control.

Skins provide an easy way to make the look-and-feel harmonize with the rest of your Web site.

Client-side API - you can manipulate the progress dialog from client-side code and respond to client-side events.

Telerik RadUpload supports all major browsers and platforms (both on PC and Mac, where applicable):

Internet Explorer 5.5+;

all Gecko-based browsers - Mozilla 1.0+, FireFox 0.8+, Netscape 7+;

Opera 8.0+ (Possible problems with RadProgressArea on some platforms)

Safari 2.0.4+

29 questions
0
votes
0 answers

Load binary and name name to RadAsyncUpload from server side (OnLoad Event)

I have a custom *.acsx control to show/edit RadGrid items. Each records has a binary file that was previously uploaded. But I'm having problem to load those binaries to the RadAsyncUpload. Does anyone can help me to figure this out?
0
votes
0 answers

ArgumentException: The provided binary data may not be valid image or may contains unknown header

I am uploading image using RadAsyncUpload and stored the image in Binary format in DB and now I am trying to retrieve the data and I need to display the image in RadBinaryImage for that I implemented a code like this..I got the error that I…
Gopal Reddy
  • 53
  • 1
  • 12
0
votes
2 answers

Need to store the data in Binary format for the Uploaded file using RADUPLOAD

Here is the code I tried to store the data in binary format for the uploaded file................... protected void Button1_Click(object sender, EventArgs e) { int PartyRowId = 0; foreach (UploadedFile file in AsyncUpload1.UploadedFiles) { …
Gopal Reddy
  • 53
  • 1
  • 12
0
votes
1 answer

Telerik RadUpload.Net2 null reference when using asp:input

I've been trying to use RadUpload.Net2 from Telerik using a simple .aspx page, but i'm getting a null reference for the next line of code: UploadedFile file = RadUploadContext.Current.UploadedFiles[File1.UniqueID]; when using the following…
Creatura
  • 3
  • 2
0
votes
1 answer

Telerik radasync upload File processing using Ajax

I am using radasyncupload on my asp.net page. After uploading the files, I need to store them to database as byte array. So, after uploading, on a button click, through Ajax call, I want to store the files currently in the temporary folder to…
Chindu Krishna
  • 411
  • 5
  • 13
0
votes
2 answers

Styling Sylverlight Telerik Radupload

At the moment I'm using Silverlight RadControls from Telerik. In my site I've implemented the RadUpload control. Because the control is not styled the way I want, I'm restyling it for my site. The way I'm doing this is as follows: Right click on…
Dako
  • 11
  • 4
0
votes
0 answers

RadUpload doesn't work in EditFormSettings (WebUserControl) in RadGrid

In a nutshell, I have RadGrid with edit form with type of WebUserControl. ...
Vasyl Senko
  • 1,779
  • 20
  • 33
0
votes
1 answer

Control static on page

This question is a bit tricky, If something is not clear, please ask to explain. This is happing on all pages that follow this logic: An asp:ValidationSummary on top of the page Some client side validators One Telerik RadUpload control The problem…
Sergio
  • 8,125
  • 10
  • 46
  • 77
0
votes
1 answer

Telerik RadUpload control error

I am using Telerik RadUpload control for uploading images but on localhost or on local machine its work but when I transfer these code to my hosting panel and then I am try to do same its not working. you can check the error at this site. So help…
0
votes
1 answer

How set a file size limit in asp with RadUpload telerik IIS 7?

I am having issues regarding this Radupload control with the Telerik library. I can only upload files to my server less than 5 Mb ... Why? Yet I have followed the tutorials and configured the web.config file with access rights to files. Here is…
Mehdi Bugnard
  • 3,889
  • 4
  • 45
  • 86
0
votes
1 answer

How to upload file (with raduploader) using selenium RC?

I am trying to upload a file using selenium. but the problem is my upload field is not like [where i can directly say "selenium.type("xpath ","file path") ] but here, for uploading file we are using a Rad Uploader, and it…
Ranadheer Reddy
  • 4,202
  • 12
  • 55
  • 77
0
votes
1 answer

How to validate Telerik RadUpload - MiMeTypes - Prevent Change Extension

How can I validate telerik radupload for mimeTypes -> mean Prevent Change Extension by users! in both Client and Server sides! my radupload is like this :
SilverLight
  • 15
  • 1
  • 5
-1
votes
2 answers

Rename Files during Extraction (Zip) process ASP.Net

i have a RadUpload that uploads zip file only, so i want to rename the each file during Extraction Process, i tried a way : Protected Sub Upload(sender As Object, e As EventArgs) Dim extractPath As String = Server.MapPath("~/temp/") Dim…
NoobMaster
  • 27
  • 13
-2
votes
1 answer

Displaying an image after uploading and changing filename using MVC RadUpload

I use the RadUpload control to upload images and then display them for JCrop-ing purposes. Since these are just temporary file uploads, I place them in a temporary folder. To prevent the possibility of users uploading images with the same name, I…
rikitikitik
  • 2,414
  • 2
  • 26
  • 37
1
2