This is a migrated thread and some comments may be shown as answers.

Dropzones not available in Q2_2012

1 Answer 23 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Idan
Top achievements
Rank 1
Idan asked on 03 Mar 2013, 09:06 AM
Hi.
although clearly stated here (http://www.telerik.com/help/aspnet-ajax/asyncupload-drag-and-drop-upload.html) that dropzone property is available starting Q3 2011, while using Q2 2012 version I do not see the dropzones attribute available in the RadAsyncUpload. 
Obviously I tried to ignore it and simply add that attribute, but that did not work either.
my control looks like

<div class="upload-panel">
<rad:RadAsyncUpload ID="fileAsyncUpload" runat="server" MultipleFileSelection="Disabled" Dropzone =".DropZone1"
                        TemporaryFileExpiration="00:10:00"
                        AllowedFileExtensions="pdf,ppt,pptx,doc,docx"
                        HttpHandlerUrl="FileUpload.ashx"
                        OnClientFileSelected="fileSelected"
                        OnClientFileUploaded="fileUploaded"
                        OnClientValidationFailed="fileValidationFailed"
                        OnClientProgressUpdating="fileUploading"
                         
                        >
                        <FileFilters>
                            <rad:FileFilter Description="Document files (.PDF, .PPT, .PPTX, .DOC, .DOCX)" Extensions="pdf,ppt,pptx,doc,docx" />
                        </FileFilters>
                    </rad:RadAsyncUpload>
                    <div class="DropZone1" draggable="true">
            <p>Custom Drop Zone</p>
            <p>Drop Files Here</p>
        </div>
                        <div id="DropZone2">
            <p>Custom Drop Zone</p>
            <p>Drop Files Here</p>
        </div>
                </div>

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 05 Mar 2013, 06:43 AM
Hello Idan,

 
The Drag and Drop functionality was added Q3 2011 but the Drop Zones property were added Q3.2012 as it is listed in the DropZones Property section of the help article that you linked.

hope this will explain the issue.

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
Idan
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or