No announcements
Found 1953696 threads
-
2 Votes
Upload file asynchronously (FTP)
reqFTP.UseBinary = true; // Notify the server about the size of the uploaded file reqFTP.ContentLength = fileInf.Length; ...Answered | 5 Replies | 14567 Views | Created by Banjo348 - Thursday, June 25, 2009 4:07 PM | Last reply by Lenny S - Thursday, June 25, 2009 10:28 PM -
0 Votes
Uploading a file with ajax
I am trying to test a file upload again on the same ajax page, but this time i am leavign all the fields blank to produce error ...Answered | 5 Replies | 3987 Views | Created by m_shynoda - Thursday, February 12, 2009 8:51 PM | Last reply by Bill.Wang - Thursday, February 19, 2009 5:23 AM -
1 Votes
mvc image upload ajax
A good ...Answered | 4 Replies | 2092 Views | Created by ahmed naguib14 - Sunday, October 26, 2014 7:25 PM | Last reply by Deric Ferreira - Monday, October 27, 2014 6:21 PM -
0 Votes
Ajax Asynchronous file upload control
User-1635195291 posted Hi Sunil.Gupta, Please refer: Asynchronous File Upload using Ajax, jQuery ...Unanswered | 3 Replies | 48 Views | Created by Anonymous - Friday, November 8, 2013 10:58 PM | Last reply by Anonymous - Sunday, November 10, 2013 10:53 PM -
0 Votes
AJAX asynchronous file upload control
User2103319870 posted I am using ajax asynchronous file upload control.Answered | 1 Replies | 50 Views | Created by Anonymous - Tuesday, June 3, 2014 7:45 AM | Last reply by Anonymous - Tuesday, June 3, 2014 8:53 PM -
1 Votes
File upload control(problem uploading a specific file)
It seems that here is something wrong, because it is false if you are selecting a doc/docx file.Answered | 2 Replies | 1911 Views | Created by zaygumali - Saturday, November 30, 2013 6:24 PM | Last reply by Eason_H - Monday, December 2, 2013 7:40 AM -
0 Votes
Asp file upload control is losing the selected file value on post back
Hi, Per my understanding, there is a file upload control in an update panel in your Visual web Part, you want to hold the value of the file ...Answered | 1 Replies | 10339 Views | Created by krishna_2012 - Monday, March 30, 2015 3:43 PM | Last reply by Patrick_Liang - Wednesday, April 1, 2015 8:49 AM -
4 Votes
Upload multiple files in Asp.net
http://www.codeproject.com/Articles/15742/Multiple-File-Upload-With-Progress-Bar-Using-Flash http://www.codeproject.com/Articles/68374/Upload-Multiple-Answered | 6 Replies | 17717 Views | Created by Ramesh Velusamy - Sunday, April 8, 2012 4:03 AM | Last reply by Michael Samteladze - Wednesday, April 11, 2012 8:09 AM -
0 Votes
File Upload control in Windows Form
If you want the user of your WinForms application to be able to upload a file, use the OpenFileDialog class: ...Answered | 5 Replies | 34448 Views | Created by Kevin2012d - Monday, June 3, 2013 2:11 PM | Last reply by Andres Silva Arias - Friday, March 4, 2016 11:40 PM -
1 Votes
File Upload Control Problem
Hi guys, I'm having some problem with the File upload Control.Answered | 1 Replies | 9497 Views | Created by Zahir_Younis - Friday, February 20, 2009 2:26 PM | Last reply by sudarshans1 - Monday, February 23, 2009 5:07 AM -
2 Votes
Load KML files with the Bing Maps AJAX Control?
With v6.3, importing from KML is available in Bing Maps "out-of-the-box" by just supplying the URL of the KML file as a VEShapeSourceSpecification.Answered | 2 Replies | 8828 Views | Created by jderekito - Wednesday, March 16, 2011 3:33 PM | Last reply by tanoshimi - Wednesday, March 16, 2011 10:44 PM -
0 Votes
Asynchronous loading of custom user control
Hi Rakesh, A thought is that, when designing the “three” and “four” user control, you can load the content of them asynchronously after ...Answered | 1 Replies | 667 Views | Created by Rakkk - Wednesday, August 3, 2016 8:32 AM | Last reply by Patrick_Liang - Thursday, August 4, 2016 9:19 AM -
1 Votes
What is asynchronous FTP?
In theory, the total time to upload a file should be about the same.Answered | 5 Replies | 10137 Views | Created by catsaremyfriends - Wednesday, April 22, 2009 4:47 PM | Last reply by catsaremyfriends - Friday, April 24, 2009 5:58 PM -
1 Votes
How to get the Actual file path instead of fakepath from the file upload control in safari using jvascript or jquery?
Hi, We develped a MVC 3.0 web application. its having a page for uploading image files.Answered | 1 Replies | 3689 Views | Created by Manu Cheruvalath - Friday, December 27, 2013 11:44 AM | Last reply by Dave Patrick - Friday, December 27, 2013 2:44 PM -
1 Votes
Uploading large files (4GB or more)
I have developed a website using visual studio 2008, where i have a requirement of uploading large files (around 4GB+ sized text file) to server system ...Answered | 1 Replies | 1425 Views | Created by abivenkat - Tuesday, January 21, 2014 2:22 PM | Last reply by Mike Danes - Tuesday, January 21, 2014 2:26 PM -
0 Votes
What is the meaning of asynchronous file download?
You could also say that the backgroundworker is an asynchronous worker, it does something in paralell.Answered | 3 Replies | 2875 Views | Created by saurabhorange - Wednesday, April 13, 2011 8:03 AM | Last reply by Calle Mellergardh - Wednesday, April 13, 2011 9:21 AM -
0 Votes
Asynchronous file upload in user control
http://blogs.msdn.com/b/henrikn/archive/2012/03/01/file-upload-and-asp-net-web-api.aspx ://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite ...Unanswered | 1 Replies | 24 Views | Created by Anonymous - Tuesday, August 14, 2012 4:17 PM | Last reply by Anonymous - Wednesday, August 15, 2012 1:08 AM -
1 Votes
Ajax
AJAX stands for "Asynchronous JavaScript and XML".Answered | 3 Replies | 3610 Views | Created by SoftProgrammerr - Thursday, December 17, 2009 11:39 AM | Last reply by hfofaria - Monday, January 24, 2011 11:23 AM -
0 Votes
Upload Files in asynchronous postback to update Panel (Ajax)
User-271186128 posted Hi Embryologist, From your description, do you want to asynchronously upload files to server?Answered | 2 Replies | 62 Views | Created by Anonymous - Sunday, August 9, 2015 2:57 AM | Last reply by Anonymous - Monday, August 10, 2015 3:08 AM -
0 Votes
File upload control of asp.net in cloud service
Hi, If you are looking for persisting data storage, then your best option is to use the Azure Storage account and store the uploaded files in a Storage Blob.Answered | 1 Replies | 963 Views | Created by sakoch - Thursday, April 2, 2015 8:07 AM | Last reply by Nithin.Rathnakar - Thursday, April 2, 2015 10:27 AM - Items 1 to 20 of 1953696 Next ›
No announcements