Web Forms :: Multiple File Uploader - Create Own ActiveX Control

Dec 23, 2010

I need a multiple file uploader dialog,that means I can able to select multiple files at a time in file upload window.How can I achieve this task? I gone through Google and I came to know that we can achieve this using silverlight and flash plugins,but these are not recomandable in my application. Is there any open source(i.e free) ActiveX controls for Multi file Uploader? Is it possible to create own ActiveX control to achieve this task.

View 4 Replies


Similar Messages:

Web Forms :: Multiple Image File Uploader Based On Dropdown Selection

Sep 13, 2012

i have an asp.net application, i want to incorporate init the functionality of having the user select from a dropdown list a name, select multiple files (images), upload those images to a physical path on a server, save the image paths to a database on the said server.

If the user fails to select a name from the dropdown list then the user would receive an alert message stating that a name must be selected.

In addition once the files have been successfully saved to the server's physical location, then and only then should the path be uploaded to a table in the database.

View 1 Replies

Multiple File Uploader Without Jquery?

Feb 8, 2011

is there any tool that upload multiple files currently i am using jquery i don't want to use jquery because files were going when page reloads.

View 2 Replies

AJAX :: Drag And Drop Multiple File Uploader?

Dec 16, 2011

I recently came across this post: 

[URL]

I've been using this setup for a while and it works great, however I'd like to integrate a drag and drop system into this so the user can just drag files into the browser window and have them upload that way.

View 1 Replies

AJAX :: Multiple File Uploader / Save Files To Database?

May 7, 2015

dropdown list second value not save in sql but images save successfully. 

<ajax:ToolkitScriptManager ID="toolkit1" runat="server"></ajax:ToolkitScriptManager>
<asp:DropDownList ID="dalbum" runat="server" ></asp:DropDownList>
<ajax:AjaxFileUpload ID="AjaxFileUpload1" runat="server" AllowedFileTypes="jpg,jpeg,png,gif,bmp,doc,docx" OnUploadComplete="AjaxFileUpload1_UploadComplete1"/>
 using System;
using System.Collections.Generic;
using System.Web;

[code]....

View 1 Replies

Web Forms :: Upload Photo At Time Using File Uploader Control

Jan 27, 2010

I h one problem, i need to upload many photo at a time using file uploader control in asp.net, only one photo I m able to upload, but problem is like after selecting course all records are coming, i need to attach one one file uploader (photo) option with all records so that after clicking[after selecting photo] on save button all the records [photos] h to be save in database, can U people plz. tell me what to do , how , for that do I need to make user control.

View 6 Replies

JavaScript Multiple File Uploader Error In MVC - Cancel Button Doesn't Work

Jul 27, 2010

i have error in CANCEL button in file uploader.The CANCEL button does't work if i tried to remove(cancel) ADD MORE FILE button.

here is the javascript code:

[code]...

View 1 Replies

AJAX :: Capture The Full File Path From Async File Uploader Control?

Sep 2, 2010

I have an Async File Uploader control inside a Repeater which is inside an update panel. Now,I am uploading the file into ftp,so I am not uploading the video file,using SaveAs() method. For uploading the file in ftp,I have this UploadFile method which takes these four parameter:FileName, UploadPath, FTPUser, FTPPassword.Now this FileName,I have to send the full file path. My UploadComplete event looks like this:

<pre lang="cs">protected void AsyncVideoUpload_UploadedComplete(object sender, AjaxControlToolkit.AsyncFileUploadEventArgs e)
{//VideoPath is a session variable
VideoPath = string.Empty;
if (AsyncVideoUpload.HasFile)
{
// string filepath = AsyncVideoUpload.PostedFile.FileName;
string filepath = e.filename;//above two captures only the file name,but I want the total path,like c:/MyDocuments/...
UploadFile(filepath, "ftp://172.20.117.102","test","Value*12");
VideoPath = AsyncVideoUpload.PostedFile.FileName;
}
}</pre>

View 1 Replies

How To Create CAB File And Use ActiveX / Ocx On Webpage In VS2008

Sep 16, 2010

I have spent last couple of days on this subject but no luck :)

I want to achive following using VS2008/C# -

1. create a cab file using existing AciveX/ocx control,

2. use the ActiveX on ASP.NET WebForm.

3. deploy the app and cab file on web server

4. Test/verify that the cab file get downloaded, and IE can use my ActiveX/ocx

I found one nice tutorial on this but it is with VB.Net (not VS2008) -

[URL] (the problem I get with VS2008 - can's see Authenticode Signing check box, or add ActiveX to Toolbox).

View 3 Replies

Configuration :: How To Give Full Trust To Activex Control By Programmaticallytrust To Activex

Jul 30, 2010

Currently I have written the Activex Control for RFID USB reader and calling that one in ASP.NET web application. The Activex Control is working fine when I will give the full trust permission for particular IIS URL in

1. Open Control Panel > Administrative Tools > .NET Framework 2.0 Configuration

2. Expand Runtime Security Policy > Machine > Code Groups > All_Code

3. Right Click All_Code and click New...

4. Create a new code group, I named mine MyProject_FullTrust_Zone

5. Choose the URL condition type and specify the path on the network where the apps will be deployed.

6. Choose Use Existing permission set, and set it to Full Trust.


Alternative way of giving permission for an Activex Control is

1. Open Visual Studio Command Prompt

2. Run the command caspol -machine -addgroup 1. -site <ip address> FullTrust Doing this it works fine.

Whenever my web site will open, it will ask the user to give permission for the Activex Control using Allow or Cancel Button in browser. This type of functionality I have seen some web site which takes input from the user to allow the ActiveX Control.

View 1 Replies

AJAX :: Using A Aynchronous File Uploader Control To Upload Files?

Jul 30, 2010

I am using a Aynchronous file uploader control to upload files.when I click on browse file button it opens a default dialog box. But i want to open it for a folder which is created by me on my system is any way to do this.

View 3 Replies

AJAX :: Page Is Posted Back Due To Asynchronous File Uploader Control ?

Nov 22, 2010

I am using Asynchronous File uploader ajax toolkit control.I want to get knowledge of whether page is posted back due to File uploader or not in Page_Load event of my aspx page.

For that i tried to use Page properties IsAsync, IsCallBack but even page is posted back on responce of File Upload these properties are false,only IsPostback property is True.

Why IsAsync and IsCallBack properties are false ?

I was thinking that since this control upload files Asyncronously, so atleast on File Upload IsAsync property should be True.But that is also false .

View 6 Replies

Web Forms :: File Uploader Not Uploading File Through Mobile Emulator Or PDA

Jun 10, 2010

i am using a file uploader to upload files. Now when i am using this on a mobile emulator with default browser IE it is uploading only those files whose name is less than 6 character. the files with name more than 6 character is not uploading through mobile emulator or mobile phone (PDA). I need this solution very soon.

View 1 Replies

Web Forms :: Add A File Upload Progress Bar To The Existing File Uploader?

Jan 10, 2010

Is there a way to add a file upload progress bar to the existing .net file uploader? I have an uploader on my site that has all kinds of things tied to it that I can't change to use an AJAX uploader. Or as far as I know I can't. So I was wondering if anyone knew how to add the progress bar to the asp.net uploader.

View 4 Replies

Web Forms :: File Uploader & Getting The Third Folder Name To A Text Box - Using C#.net?

Aug 10, 2010

I'm using a file uploader in my web page to get the path of a .DAT file that the user wishes to upload to a database.Eg: C:\Project1JanWeek1MondayMorning123.DAT There is a text box( which collects the day of the week) adjacent to the file uploader.I need to automatically fill in the text box with the third folder name by parsing it out from the full extention. ( that is the text value in the text box should be Monday)

This needs to be done as soon as the user browsers the file uploader and selects the file. ( There are several more fields the user needs to add before he can submit a button click on this page)

View 3 Replies

Uploading Multiple Files Using Ajax Uploader?

May 1, 2010

I m using CuteWebUI.AjaxUploader.dll and i want to upload multiple files in Filesystem like c:foldername at single click.how can i do this.

View 1 Replies

Web Forms :: Writing A Custom Class For A Single File Uploader?

Oct 21, 2010

I'm fairly new at writing c# with asp.net and thought I'd give writing a custom class for a single file uploader, but Im a bit stuck with it. I get build errors with a few of the items, here's my code:

[Code]....

View 1 Replies

Ajax File Uploader: Checking File Size Before Uploading To Server?

Dec 23, 2010

With the ajax file uploader, would it be possible to check the size of the image before uploading?Currently, it uploads the file to the server and then lets me know that it's bigger than the limit size.

View 3 Replies

Using Aurigma Image Uploader For Uploading Multiple Images In .net?

Nov 24, 2010

I am using Aurigma image uploader for uploading multiple images in asp.net

i am facing a problem in aurigma image uploader when i upload images it will show error

"Thumbnails of size more than 3 MPixels are not supported in standard version of image uploader."

But this is working fine in Mozilla or other browsers. this problem is occured only with (IE6/7/8).

View 1 Replies

Cannot Create ActiveX Component

Apr 28, 2010

I have been working on an asp.net web application that calls a third party COM application through createObject method. The application works fine (gets initialized) in Win XP but I am having problems getting it to work in WIndows 2003. I get the "Cannot create ActiveX component" error.

The website works fine in visual studio - the application launches fine. The references added were the interop assemblies which were packed inside a tlb file.

I am aware of the change in default user - ASPNET for iis 5 and Network Service for IIS 6.0. Also I have changed the default permission levels in DCOM config for not just this COM application but all the COM applications by changing the default COM security properties of the computer. I gave almost every user the permissionto launch and access remotely including Network service and everyone.

The other thing I have done was to test it out in IIS 5.0 isolation mode but couldn't get the application work - still same error.

The final thing I have tried was to use IIS 6.0 itself but change the application pool to local system and I am just stumped that even this didn't resolve the error.

Another thing to add is that I cannot register the tlb file using regsvr32.exe command as it is not a dll.

View 4 Replies

Select Filename In File Uploader

Dec 11, 2010

I have 2 aspx pages. A&B. The page B.aspx contains Fileupload and Update button. When I Navigate from A.aspx to B.aspx the fileuploader must automattically select a file in the client machine (say C:TempTestFile.jpg). The Filename (TestFile.jpg) is already exists in our Database.

View 1 Replies

Web Forms :: Check File Size (upload) In Javascript Without ActiveX?

May 25, 2010

I'm a beginner i work with visual studio 2005 and ajax 1.0

i have a web page with a control input i must to check the weight of the file but in javascript WITHOUT ActiveXObject !?

View 3 Replies

How To Create ActiveX Security Exception

Jan 19, 2010

try to create a activex. if i use printdocument class it will throw security exception on client side. how to assign print permission for a assembly?

View 1 Replies

AJAX :: Use File Uploader Indicator In Application

Apr 1, 2010

I want to use ajax file uploader indicator in my applications which tell the client machine that how much time left for upload that file.

View 1 Replies

AJAX :: Flajaxian File Uploader - How To Get The .net Button To Work

Feb 22, 2010

i used the flajaxian file uploader. there is an example which i found that can use an external button to run the file uploader. the example is shown below. the current problem im faceing is that the button in the example is a HTML button adn when i change to an asp.net button the function cannot be called. any ideas how to get the asp.net button to work? serverside code

[Code]....
clientside code [Code]....

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved