Solution For A BitTorrent Uploader / Able To Upload Extremely Large Files?

Jan 25, 2011

I have a requirement by my client to be able to upload extremely large files.

I'm talking about 7 GB files. The website they are currently running on is a ASP.NET 4.0 app, so obviously the standard upload scheme for my web app is not going to work.

I'm tossing around multiple options trying to figure out what the best route to go would be.

One option I'm thinking about seeing if I can do would be to have a BitTorrent Uploader. The end users for this app will typically have the same file on hand, so the idea would be that an end user would go to the site, say that they wanted to upload a file. At that point, they would pick the file, and then the server would immediately mark that person as a seed for that file. Then, my web app would go to a preconfigured leech on our side, and instruct the leech to download the file. I would expect at some point during or after this process the torrent would do some magic to find other seeders on the client's network, or wherever, but that's the idea.

Is there any technology out there already that does this? Or am I describing something that I'm going to have to build from the ground up?

View 1 Replies


Similar Messages:

Web Forms :: File Uploader To Upload Files To A Folder Used For Upload

Jul 15, 2010

Im using a file uploader to upoad files to a folder used for upload.But the problem is this folder is a linux folder. I have made it a shared folder so that I can access from windows by samba. So, file transfer is successful when I'm using os but when I try to upload something from my websites uploader to this folder, this process is not successful. I have given all permissions to this folder.Don't know whats the problem.I have used both type of slashes for directory but still it is not successful.

View 4 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

Upload Large Files On Webpage?

Feb 11, 2011

We use the MojoPortal to a website and have some problems to upload files that is around 100 MB with the upload module. (Pleas note that this has probably nothing to do with MojoPortal but with the ASP.NET and the IIS)

The MojoPortal is set to use regular file Upload(not Neat Uploader) and to be able to upload big files we have set the following :

<httpRuntime maxRequestLength="2097151" executionTimeout="18000" requestValidationMode="2.0"/>

And :

<compilation debug="false" defaultLanguage="C#" targetFramework="4.0">

The problem is that the upload will cacel after a couple of minuts (Aborted).

Is there any other values that I need to set to make this possible? The MojoPortal itself should not have any settings for this as far as I know so its regular ASP.NET 4.0.

View 1 Replies

MVC :: Component To Upload Large Files

Jun 12, 2010

Anyone got some good pointers at an open source (article for creating your own would even be better) component to upload large files.SlickUpload for instance works great, and surely worth the money, but as this is for a pet project, a paid solution is just not what I'm after.

View 6 Replies

Upload Large Files From Application?

Feb 15, 2010

I am building a website where i need a page where user can upload large video files, i have created WCF service with streaming but i am calling that WCF service from Button_Click event of web page.

I have used below mentioned article for WCF service creation

WCF Streaming

I have used streaming as it should be efficient and should not be buffered in memory of server.

Now questions

1) I am having doubts that the entire file is uploaded to the web server and then it is transferred to WCF Service server...if this is true then i am not getting advantage of streaming as well as iis and web server will be down very soon if user uploads large file or multiple user are uploading files con currently

2) Is there any other efficient way to do same operation with some other technique

EDIT :

If I am not calling WCF Service method from ASP .Net code in that case also it is transferring bytes to the web server which i have checked with HTTPFox

I have checked above thing with upload control and putting one button on UI whose click event is bound to one method in code behind.

So, still i am having that confusion that how data is transferred

Client Machine - Web Server (ASP .Net Application) - Service Server (WCF Service)
Client Machine - Service Server (WCF Service)

NOTE : If i am putting a debug point on button_click and uploading 10 kb file it hits that in less then 1 sec. but if i am uploading 50 mb file then it is taking time.

I placed code of calling WCF service inside that button_click event

View 2 Replies

Web Forms :: Unable To Upload Large Files?

Oct 26, 2010

I am unable to upload even 75MB file ... it seems MS for some good sake is putting a limit of the file. how can I overcome this issue.

View 12 Replies

Web Forms :: Upload Web Site (Large Files)

Jan 6, 2011

I need to create an upload site to upload large files over 2GB I want ot create a site like [URL]. Once these files get upload i want them to have a link to the file created but the link encrypted. I know there is a limit to http upload. I have used a bunch of the flash upload web apps but are capped at a specfic mb becuase of .net. What options are out there.

View 2 Replies

Iis7 - Preventing Upload Of Large Files?

Oct 25, 2010

We'd like to restrict the maximum upload file size in our web site. We've already set the appropriate limits in our web.config. The problem we're encountering is if a really large file (1 GB, for example) is uploaded, the entire file is uploaded before a server-side error is generated, and the type of the error is different whether the file is huge or not. Is there a way to detect the size of a pending file upload before the actual upload takes place?

Here's my relevant web.config settings that restrict requests to 16 MB:

[Code]....

Update:

I know that client-side technologies like Flash can detect file sizes before upload, but we need a server-side workaround because we're wanting to target platforms that have no Flash/Java/ActiveX/Silverlight support. I believe that IIS or ASP.NET has a bug that's allowing large files to be uploaded despite the limits, so I've filed a bug here.

Would an ISAPI extension give me more control over request processing than HTTP modules and handlers, such as allowing me to abort an upload if the Content-Length header is seen to be larger than the allowed limit?

Update 2:

Sigh. Microsoft has closed the bug I filed as a duplicate but has provided no additional information. Hopefully they didn't just drop the ball on this.

View 2 Replies

Web Forms :: Upload Large Files - Implement Progress Bar?

Mar 18, 2010

I am trying to figure out a solution to upload large files under a web page. I know WCF + Streaming is a proper solution for large file transfers, but I am not sure how to get the WCF client implemented under ASP.NET. Here is the link: [URL] Besides, is there anyway I could implement a progress bar showing the upload progress while the file is being uploaded, and voiding page timeout?

View 11 Replies

Web Forms :: Upload Large Files From Browser To Server Using Ftp?

Feb 9, 2010

I have a requirement to upload large files using dotnet using ftp. Any opensource programs available?

View 5 Replies

IIS Configuration :: Upload Large Files Through FTP In Shared Hosting

Jan 13, 2014

I am uploading file through ftp using asp.net,c#. If my file size is small(3 MB) then it is uploading file bit if my file size is large then it is not uploading all file. it is uploading only about 3500 kb. i am using the following code. 

try
{
string Path = Server.MapPath("~");
string filename = System.IO.Path.GetFileName(fImage1.PostedFile.FileName);
string ftpfullpath = ftpurl + filename;
FtpWebRequest ftp = (FtpWebRequest)FtpWebRequest.Create(ftpfullpath);

[code]....

How i will upload the large size file through ftp.

View 1 Replies

Web Forms :: Upload Large Files - Stop Waiting For Uploading?

Sep 24, 2010

What is better way to large upload file. using a web service or in application itself. If in application, how can we check that files is to upload. actually i dont want user to wait for complete uploading, when it starts uploading user will get response of uploaded and uploading will be done in backgroud. I am not sure this type of task can be done in webservice also so that user doesnot need to wait for complete uploading. and one more query which event fires when the page redirects to another page. Is it Page_UnLoad or Dispose.

View 2 Replies

Web Forms :: Can Use Java Uploader When Upload Photos

Mar 31, 2010

in facebook website we can see the extension in php means that website is develped in PHP then how it shows the java's uploader when we upload photos..? how they do this? can we use that uploader in asp.net websites too??

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

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

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

Workflow For Adding New Classes To Large Solution With Multiple Projects?

May 11, 2010

I am currently extending the NopCommerce solution for a client and have some general questions about workflow, since this is a relatively large solution for me (50+ projects).

I want to add some classes to the DAL, BLL, and so forth.

What would be the recommended process for this workflow? For example, I created a class in the DAL -> ran build. Then I created a test.aspx page in the main project which instantiates this class -> ran build; however, adding just one line of code causes the solution to rebuild all other projects such as payment modules, which makes the process tedious.

Am I approaching this in the correct manner? I have read about: creating a seperate solution with relevant projects; is this the recommended approach?

View 1 Replies

Finding A Solution To Pass A Large Dataset From Visual Foxpro(vfp) To A .net Web Service?

Oct 12, 2010

I am searching for a solution to pass a large dataset from visual foxpro(vfp) to a .net web service. The data is personal information such as names, address, phone numbers, etc. with 7 more columns containing id's and other parameters.

We tried cursor to xml dataset but the file size is very large. So my idea is to pass json formatted string. We need to accommodate up to 1 million rows of data

I found this solution on the web for json webservice. [URL] Can this work for such large datasets? Is there anything better suited for my situation

I found this class for VFP [URL] which promises to do what is needed as far as converting to json format. Should this work? Is there anything else I am missing here?

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

Filtering Large CSS Files For The Only Required Selectors On A Page - Creating Css Files That Contain Selectors?

Aug 9, 2010

Is there a way of filtering large CSS files for the only required selectors on a page, and creating css files that contain just these selectors?

Case: I have a very large CSS file that I want to filter on a per page basis, so that the file size is cut down and can be cached by mobile devices. I was thinking along the lines of something like a server side dust me selectors tool.The particular project I am working on is using ASP.NET MVC.

View 1 Replies

Better Way To Large Upload File?

Sep 24, 2010

What is better way to large upload file.using a web service or in application itself.If in application, how can we check that files is to upload in a regular interval.actually i dont want user to wait for complete uploading, when it starts uploading user will get response of uploaded and uploading will be done in backgroud.I am not sure this type of task can be done in webservice also so that user doesnot need to wait for complete uploading.and one more query which event fires when the page redirects to another page.Is it Page_UnLoad or Dispose

View 1 Replies

Why Don't Files Show Up In The Solution Explorer

Feb 13, 2010

I have a solution that I pasted some files into. The files that were pasted into it won't show up in the solution explorer. These files are for a tutorial from MSDN. The files were pasted into the folder that contains the solution using the file system.I then refreshed the solution explorer to include the files. I've done this before with out issue. For some reason it won't work this time. When I did this before I pasted the files into the folder that holds the solution, refreshed the solution explorer and then had to include the files into the project and all was good.

View 4 Replies

How To Upload More Than One Large Images At Same Time

Jun 28, 2010

internet Explorer cannot display the webpage when trying to upload a large image.I have a webform for inserting images. There are four FileUpload controls on the page, allowing the user to upload 4 images at the same time. It inserts them directly into database, in Image field, but before that I am resizing them to 200px x 160 px.

The problem I am having is as follows: If I try to upload larger images (over 2MB), one at the time, everything goes fine. But if I try to upload 2 or more larger images at the same time, I get the message: Internet Explorer cannot display the webpage, and there is a button below: Diagnose Connection Problems.

Can you please point me to what could be an issue? It obviously has something to do with the image size, but I have no idea what.

View 2 Replies

WCF / ASMX :: How To Upload Large File In WCF

Dec 29, 2010

I am trying to upload file in WCF.When I try to upload file I am getting following error message. System.ServiceModel.CommunicationException:The socket connection was aborted.

View 4 Replies







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