Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): upload file
More Search Options
Showing page
9
of
336
(
3,355
total posts)
< 1
second(s)
Re: After File Upload page is automatic post.. which i dont want.. i
Dear appliquertech, ASP Uploader need to transfer the upload files to the server, so the postback is necessary. If you just want to prevent it, you can try the code below <script> function CuteWebUI_AjaxUploader_OnPostback() { return false; } </script> If you want to submit the page after all ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
January 24, 2011
Re: File Upload control does not work in Windows Server 2008
http://ajaxuploader.com/Deployment.htm Step 2: To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application. IIS 6.0 and IIS 7.0 Classic mode<configuration> <system.web> <httpModules> <add ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
June 20, 2009
Re: Issues with use as a file manager
1) The upload section appears, but the input box and the browse and upload buttons don’t most of the time. In a test I just did, they appeared three times out of ten. When you open the insert image dialog, the upload and browse button always ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
November 11, 2008
Re: Upload excel file of extension .xlsx
I still have no clue with your issue. Please answer the following questions: 1. Can uploader upload a file with extension .xlsx successfully on your server? 2. Can uploader upload a file with extension .xlsx successfully on the following example? http://ajaxuploader.com/demo/Ajax-based-File-storage.aspx 3. Do ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
February 9, 2010
Re: Upload excel file of extension .xlsx
Please check the following example: 12. File storage application powered by Ajax This example shows you how to use Ajax Uploader create an online file storage application. Make your file upload page more user friendly! I've changed the validation rule and now it allows .xlsx file. We did some tests. It works perfectly. ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
February 10, 2010
Re: Problems with installation of File Uploader. Error message, no dialog showing, upload button does nothing
you can see it working here: http://www.freebizwebsite.com.au/uploadertest.php there doesn't appear to be any error message with that code right now...but it still doesn't work on my actual web page the code is: <?php require_once ...
Posted to
PHP File Uploader
(Forum)
by
anthonygore
on
December 18, 2012
Re: how can i change filename after upload
Hi kambak, 1. you can handle the upload file name by method ''CopyTo''. The example page below shows you how to handle the upload file store location and the new file name. <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
August 16, 2012
Re: Multipe File Select to Upload when saving files to SQL-Server?
When I remove UploadType=''IFrame'', and I try to upload files, I get a prompt that asks for my user name and password (Unacceptable). However just for testing purposes I enter Admin accounts user name and password... following occurs: 1. I don't get prompted again 2. Next it seems like the first file on the queue is being uploaded (as the in ...
Posted to
Cute Editor for .NET
(Forum)
by
brage
on
April 25, 2009
Re: ASPUploader - File Overwrite
Hi, If you want to voerwrite the same name file, then please do not use "SaveDirectory" setting to save the upload file. You can use method "CopyTo()" and "MoveTo()" to handle the upload file store location and file name. Below is the example to use these ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
November 12, 2014
Re: error upload file
Hi Danielef82, Is your site on a load balancing, web farm, or cloud environment? Can you show me your gallery page code? Is your site online? If so, can you send me the gallery page url? So we can check it too. Using any ajax control with gallery? Do you get the same issue with the example below? <%@ Page ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
January 11, 2012
More Search Options
« First
...
< Previous
7
8
9
10
11
Next >
...
Last »