|
Search
You searched for the word(s): Uploader
Showing page 119 of 328 (3,276 total posts)
< 1 second(s)
-
I'm having the same issue. Prior version of Firefox worked fine, now uploader crashes Firefox.
IE, Chrome, Safari and Opera (all latest versions) work fine?????????????
VERY SIMPLE PAGE -- Crashes DURING uploader never gets to 'OnFileUploaded' callback.
<%@ Page Language=''C#'' AutoEventWireup=''true'' ...
-
Hi mtimmons,
I suggest you use method ...
-
Hi Foolishmortal, The example below shows you how to use the ''CopyTo'' method to save the upload file. This method will overwrite the exists file. <%@ Language=''VBScript'' %><!-- #include file=''aspuploader/include_aspuploader.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
-
I have this working on my test site but will not work on my live site :(When I click the button to upload....Nothing happens.I have adapted this to record to a DB, upload to albums, as well as to thumbnail images and keep aspect ...
-
Hi Eric,
My upload code is part of a large web site. I couldn't post it all here, but I'll try to paste the pertinent sections (hope this helps):
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
ShowUserInfo()
InitializeUploadControl()
ImportClientSideLibraries()
If Not ...
-
Greg ,
1 - when the file be uploaded , it will do the postback , and fire the FileUploaded event.
if your page use MSAJAX, it will be a AJAX postback , otherwise it will be a FORM postback.
you can use javascript to catch the PostBack event http://ajaxuploader.com/document/scr/JavaScript-API.htm
2 - Uploader ...
-
Hi,
If you already has a file, you can use this to create a Stream object :
using System.IO;
Stream s=new FileStream(filepath,FileMode.Open,FileAccess.Read,FileShare.Read);
For advanced usage, you can check the (in the downloaded zip ...
-
Kenneth,
I was able to solve the issue I was having. On the test server I was missing the .lic and another .dll file. It is now uploading correctly.
-
Hi fordonskontroll, It is the firefox browser limitation. By default, uploader will use Silverlight mode to upload. Next is flash and last is IFrame mode. Shows the browse button it mean that the uploader using the IFrame mode (if not silverlight and flash plug-in install will switch to IFrame ...
-
Thanks Adam.
I did not realize you only wanted the value of ''path'' filled in for the line:
args.CopyTo(path)
The example is now working correctly.
Regards,
Arlan
... 119 ...
|
|
|