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
3
votes
2 answers

Telerik rad async file upload control is working well locally but not in server

I am using RadAsyncUpload control from Telerik to upload a file on the server. It is working well locally (on localhost) but not in the server. What did I miss? (When I select a file to upload the dot becomes red instead of green)
Vipina K
  • 47
  • 1
  • 6
3
votes
2 answers

How to reset RadAsyncUpload after submission in the code behind?

I wonder how to reset (clear) RadAsyncUpload and leave the component as in the initial state after the submission in the code behind? my aspx ::
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
3
votes
1 answer

How to Preview uploaded image using telerik RadAsyncUpload and RadBinaryImage in ASP Update Panel?

I have a web form in asp.net contains a RadAsyncfileupload and a RadBinaryImage inside an Asp Update Panel like following
saeed
  • 2,477
  • 2
  • 23
  • 40
2
votes
2 answers

Multiple RadUpload Control in One Page

I have an aspx page that uses master page. In the papx page, I load a user control containing 2 RadUpload controls (Rad1 and Rad2). User can choose to upload the file either using the first RadUpload or the second RadUpload and there is certain…
user159771
  • 51
  • 1
  • 4
2
votes
1 answer

system.out of memory exception in file upload

I want to upload a file size of 1 GB with ASP.NET . I Write This Code Dim bytes(up_FileImage.UploadedFiles(0).ContentLength) As Byte bytes = File.ReadAllBytes(Path.Combine(Request.PhysicalApplicationPath, "App_Data/",…
Pouya
  • 1,908
  • 17
  • 56
  • 78
2
votes
2 answers

How to attach multiple files to the Email

How to attach multiple files to the send Email . I use the following method to send Email . public static void sendMail(string to, string from, string password, string subject, string body, int dep_code) { MailMessage mail…
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
1
vote
2 answers

First time implementing telerik RadUpload control

I am implementing telerik RadUpload in my asp.net web application.I added corresponding the handler and module entries in web.config.
Ramesh
  • 103
  • 1
  • 10
1
vote
0 answers

Can't read Excel file from the App_Data folder after uploading using a RadUpload

Above is the code for the RadUpload control foreach…
1
vote
0 answers

Trigger file upload dialog box on RadAsyncUpload control using Selenium WebDriver

I am trying to automate file upload on a Telerik RadAsyncUpload control on a page using Selenium. My environment is: MAC, chrome+FireFox I have not been able to figure out how I can get the file selection dialog box opened from a RadAsyncUpload…
1
vote
1 answer
1
vote
3 answers

Retriving the Binary Data and load in a related File Viewer

I uploaded the File using RadUpload Control and store the data in Binary Format Now I got the Binary Data and I need to load the Retrived Binary Data in Respective File Viewer...If (Docx in Word Pdf In Adobe....if Text in text viewer) Here is the…
Gopal Reddy
  • 53
  • 1
  • 12
1
vote
0 answers

Why every time uploaded file count is one for this HttpFileCollection?

Though i am not uploading any file it is giving file count one. Please let me know where i am wrong. i am doing this for radupload telerik control actually the radupload count throws always 0 RadUpload1.UploadedFiles.Count that is why i had to…
NoviceToDotNet
  • 10,387
  • 36
  • 112
  • 166
0
votes
2 answers

Telerik setting TargetPhysicalFolder dynamically in RadUpload

I'm having an issue saving files to physical directories based on a sql query. I've figured out that i has to do with setting the TargetPhysicalFolder in the aspx, I cannot leave this blank. Inside of the aspx.cs i tried setting the…
user222427
0
votes
1 answer

RadUpload in FormView in RadAjaxPanel

I have a RadUpload in the edit template of a FormView. My desired behavior is Formview should open in ReadOnly Mode On clicking the update button, a postback should occur So the desired transition scheme is ReadOnly->Edit should be Ajaxified…
Midhat
  • 17,454
  • 22
  • 87
  • 114
0
votes
0 answers

RadUpload on RadGrid Edit Popup for FireFox

While using RadUpload control on RadGrid Edit Popup, and clicking Select button of RadUpload control, it's not working for FireFix 4+ (OpenFileDialog is not shown) but it works properly for Safari and Chrome. I using that the following Telerik…
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
1
2