Javascript - Want To Send Files From Client's Browser To Server?

Dec 24, 2010

I'm looking for possible ways for sending files from browser to server.
One obvious way is using form with enctype='multipart/form-data'.
I wonder if there are other ways than this.

The reason I ask you this question is this file uploader: http://aspnetajax.componentart.com/control-specific/upload/features/core_features/WebForm1.aspx

It's not flash based, but it sends the file in a way that it gives you a progress bar, but when you send a file with form with enctype='multipart/form-data' the whole file will be send to the server so you can't actually show a progress bar of uploading process.

View 2 Replies


Similar Messages:

How To Run JavaScript On Server And Send DOM Results To Client

Nov 10, 2010

I've been stuck on this one for a while, so it's time to consult the pros. I've created a charting application that uses javascript to do heavy DOM manipulation/generation on the client (creating barcharts made of colored divs, etc).

Long story short, I want to avoid sending my js library to the client. Is there any way to create the content on the server, using my existing javascript library, and only send the javascript-generated HTML to the client?

View 2 Replies

Deploy Files Is Connecting With Remote Desktop Client And Send Files

Jun 5, 2010

i have a production server that does not have ftp access. Possible way to deploy files is connecting with remote desktop client and send files.

As you know this approach is highly hard and time inefficient.

View 4 Replies

C# - How To Efficiently Send Large Files From The Database To The Browser

Jun 1, 2010

In my web application I am working with files. Some files are very large. I use Response.Write() to write the file to the browser. This goes well for the smaller files, but for large files this can take a while and the bandwidth is fully used.

Is it possible to split large documents and send it piece by piece to the browser? Are there other ways to send the document quicker to the browser?I hold the document as a property of an object.

View 6 Replies

Web Forms :: Access Files On Client Machine Using Browser?

Apr 29, 2013

Is there a way we can access image files from client machine in asp.net?

View 1 Replies

Configuration :: Client Browser Using Cached Files Instead Of Updated Version After Deployment

Oct 6, 2010

We have an ASP.NET web application and it's hosted using IIS 6.0, in the app we have these several javascript and css files located in a folder, and for performance sake (according to YSlow) we set the folder content expiration header to 1 year. Everything worked just fine until recently when we deployed the latest build to the server, in which we had made some changes to those javascript and css files. For some reason after the deployment some of our end users don't see the latest changes when they connected to the app, even after they cleared the cache in IE. We have also restarted the IIS on the server and the problem still remained. When I went into the IE Temporary Internet Files folder on one of these machines I saw the files were still the older version and not the latest one, I had to manually delete the files from the Temporary Internet Files folder then they were able to see the latest changes. I'm baffled by this, how come only some users who couldn't see the changes but some others do (without having to do anything by the way), and how do I make sure that for future releases we won't have to do anything like what did (manually deleting the cached files)? For now I disabled the Content Expiration option in IIS for these files but I would like to know if there is a way that I can enable the content expiration (to help performance) but at the same time making sure when the files are updated, the latest version will be used for the end user (instead of the cached version)?

View 3 Replies

Send Form Files To The Server Just To Get Summary Filesize Without Sending The Whole Files?

Dec 24, 2010

I have a form with 10 file inputs. They can contain 10 random files with random sizes. If I send these files to ASP.NET server with this code:

var count = HttpContext.Current.Request.Files.Count;
var TotalSize = 0;
for (int i = 0; i < count; i++ )
{
HttpPostedFile postedFile = HttpContext.Current.Request.Files.Get(i);
TotalSize += postedFile.ContentLength;
}

And as you can see I didn't save the files on the server, will this code just calculate the summary of files without need to receive the whole file from the client (And therefore it would be very fast)?

View 1 Replies

JQuery :: How To Upload Files In Browser Cache To Get File Size On Client Side

Apr 1, 2011

My requirement is to get the file size in client side. there is no problem in FF but in IE you can't do that unless u r using an activeX object. So we thought of putting it in browser cache and reading the file size from there and when we post it to the server we will be taking it from the cache and send it to the server.

View 4 Replies

Javascript - How To Get Client Details In .NET Ie. Browser, Resolution And OS

May 24, 2010

I need to get client stats for browser (not full long description but short names, generally firefox,ie6,ie7,ie8,safari,chrome,opera and mozilla). Client resolution and OS ie. Windows Vista, Ubuntu .

View 1 Replies

VS 2008 - JavaScript Disabled On Client Browser?

Jul 23, 2011

What should i do if the javascript was disabled on the client browser ?

Should I call the server side ? and how could i do such a thing if it is possible ?

I have a web page, and I am using JQuery ajax, and I'm calling the server side using the webMethod attribute, so what should i do if the client browser disable Javascript ....

View 4 Replies

AJAX :: Can Send An Object From Client-side JavaScript To Server-side Code Via AJAX

Mar 16, 2011

I know that I can receive an javascript object from the server via ASP.NET AJAX using Json. But I am not sure how can I send an javascript object from my client-side javascript to my server-side code. And if I can, how can I extract this object in my server-side code and access its members?

View 1 Replies

Javascript - How To Make Sure CSS/JS Files Are Not Cached On Browser

Nov 9, 2010

How do i make sure that for particular ASP.NET page CSS/JS file will not be cached on browser side (each time its loaded from server)?
Anything that can be done using the server side code?

View 2 Replies

Javascript - Client Side Href Lost / Want To Send It Back On Postback?

Dec 30, 2010

I'm losing client side href. Is it possible to send it back to the server on the button submit using a variable or something?

View 1 Replies

C# - How To Load Javascript Files In Client System Once And Reuse Them

Feb 20, 2010

I have a large scale application which uses javascript for many reasons. these javascript files included in some JS files and JS files imported to Asp.net Masterpage files.

this JS files contents (javascript functions) will add to page when page display to user, so a Bunch of waste Javascript functions will include in Asp.net pages.

I'm lookingfor a way which these JS files downloads to users computer (any where, e.g: temporary internet files or some where else) and the Asp.net page use that functions which downloaded with page.

I also want to download 1 time ( per user login or per Open Session ) to users computer.

So How to download JS file to Users PC and Use them in Asp.net Pages

View 4 Replies

Open File From Server And Send To Browser?

May 7, 2010

In my asp.net application I create pdf file and save it in App_Data folder on server. Next I want to open this file that user can print it.

How to open this file in browser ? Send it in http header etc ? Someone have some examples?

View 2 Replies

C# - Clear Client Cache So When They Visit Website They Use Latest Javascript Files That Modify?

Mar 10, 2010

I have a website that i did some time ago now they request some new features and i did some changes in some javascript files, but when i publish the clients that use the IE have problems with cache so in they browser they have old version of javascript. How can i clear the client cache so when they visit website they use latest javascript files that i modify.

View 1 Replies

Send Files From A Server To A Storage Server On The Same Network?

Oct 18, 2010

i have a folder on the server which contains jpeg files,mp4 files and also xml files...........

i would like to transfer the folder to a centralised storage server ,i would like to pass the credentials from the web page itself,,,,,,,,

what do i use for it

the storage server is within the network and all it needs is credentials to copy the folder which i m ready to pass....but i dont know the code which has to be used......

whether to use system.io.move

or

httpwebrequest.

View 10 Replies

C# - Send All Request From Client To Single Process In Server?

Jun 18, 2010

I am developing the web site, It consists of device name list and related Build Button. When one click the Build button the one process will run in server. When more than ten user click the Build button more processes will create at that server will hang. How can send all request from client to single process in server.

View 2 Replies

Web Forms :: Send A Updated Page From Server To Client?

Feb 26, 2010

The user clicks on a button on a page and as a result he gets a new page send back.

Most times everything is fine now, but sometimes this page needs to be updated within a few seconds but the user don't knows this.

I know I can poll from the client site with reload, but this does not fit here.

I need a kind of push update from server to client ... the action must be initiated from server, not from client ...

View 6 Replies

AJAX :: Concurrent XmlHttpRequest / Send Data From Server To Client?

Nov 24, 2010

the idea id I need to send data to the client to the server to inform the server of some events at the client, and i need to send data from server to the client to inform the client of some results on the server. now from client to server is easy I use xhr easy enough. and to send data from server to client I thought of using long polling in xhr so to test I wrote the following code:

[code]

<!-- Test.aspx -->

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="Test" %>

View 1 Replies

AJAX :: Send Receive Data Between Server And Client Without Postback

Mar 7, 2012

as per my flow on every click i have a postbackĀ  without which i cannot store data to client or server.i have 2 ways of data storing one is client side in javascript variables in form of array(which can be lost on postback) the data to be stored are of differnt types some are numeric , some single characters some sepearted with comma other way is on each post back save the data in a session varibale on server & then access currently i have second way considering both the ways and in accrodance with the current flow which is best for maintenance & access speed reasking as i am notyet cleared abt the things.

View 1 Replies

How To Force Client Browser To Download Images From Server Rather Using Its Cache

May 20, 2010

Assume a simple aspx data entry page in which admin user can upload an image as well as some other data. They are stored in database and the next time admin visits that page to edit record, image data fetched and a preview generated and saved to disk (using GDI+) and the preview is shown in an image control.

This procedure works fine for the first time however if the image changes (a new one uploaded) the next time the page is surfed it shows previously uploaded image. I debugged the application and everything works correct. The new image data is in database and new preview is stored in Temp location however the page shows previous one. If I refresh the page it shows the new image preview. I should mention that preview is always saved to disk with one name (id of each record as the name).

I think that is because of IE and other browsers use client cache instead of loading images each time a page is surfed. I wonder if there is a way to force the client browser to refresh itself so the newly uploaded image is shown without user intervention.

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

C# Downloading Multiples Files From The Server Side Through The Browser?

Jan 16, 2011

downloading multiple files from the server side through the browser (i.e. Chrome) I've debbuged it the foreach iterates fine but it only downloads the first file.

Here's the code snippet:

FileInfo fInfo;
SQLConnection = new SqlConnection(SQLConnectionString);
foreach (CartItem CartProduct in Cart.Instance.Items)
{ [code].....

View 4 Replies

Javascript - User Control With Client + Server Side CustomValidation; Wrong Client Side Validator Is Picked

Nov 23, 2010

I have a user control which contains a CustomValidator which is used according to whether a RadioButton is checked or not (there are several RadioButtons, I'm only showing the relevant one)

<asp:RadioButton runat="Server" ID="RadioBetween" GroupName="DateGroup" CssClass="date_group_options_control_radio" />
[code]...

There is some client + server side validation code (the server side code does exactly the same thing and is skipped for brevity)

<script type="text/javascript">
function ValidateDateFields_Client(source, args) [code]...

There are two instances of this control in the page. When running the client side version it hits the wrong one (the version of the control which is disabled). You can see from the generated HTML both are correctly specified. I'm not sure how .NET works out which clientside function to call given they both have the same name.

<script type="text/javascript">
//<![CDATA[
var ctl00_MCPH1_QueryTextValidator = document.all ? document.all["ctl00_MCPH1_QueryTextValidator"] : document.getElementById("ctl00_MCPH1_QueryTextValidator");

[code]...
Do i need to add something in to scope it? What's the best way to achieve this? If I disable the loading of the second control everything works fine.

View 1 Replies







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