|
Search
You searched for the word(s): upload file
Showing page 33 of 336 (3,355 total posts)
< 1 second(s)
-
Hi jerrysax, please try the example below, it shows you how to get the upload files data by a button <%@ Page Language=''VB'' %>
<%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''CuteWebUI'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
-
Hi,
There seems to be an issue uploading an image via Chrome.
The Image Gallery opens and allows you to select a file, but then nothing happens. The upload window does not appear.
This is what I see in Chrome developer tools. It works perfectly in all other ...
-
Hello, with the attached code I'm attempting to upload mutliple files.
When you click on the upload multiple files now button the file browse window does not open in order to select files to upload.
What could be the cause?
The bin folder of my solution conatains the ajaxuploader.lic and the cutewebui.ajaxuploader.dll
...
-
I am using the uploader in a .net user control and need the capability to issue a warning if someone tries to upload a second file.
Scenario is:
They upload one file
......something relating to that file happens
They go to upload a second file.
Give a warning that if they continue, the first file will be overwritten, but let them ...
-
AshMach:
Does AJAX Uploader validate against MIME types , or does it ONLY look at file extensions?
In other words, if I want to limit me control to only upload GIFs, and someone takes an executable virus EXE file, renames it to harmless.GIF, can they upload that file to the site?
Or, is there a ...
-
An Example of a two page upload with Form Variables
I have a need for a two page upload method. Here is what I have existing on my web site and I need to replace the uploader and I would prefer to
use AspUploader but from all the forums answers and the sample code I have not seen anything that works or I can get to work.
I have an ...
-
This example assumes the following platform technologies
asp.net v20 - 3.5
C#
Sql 2005
IIS 6+
AjaxUploader comes with an args.OpenStream() method that will allow you to convert your document to binary and store it directly to a Sql Table.
Once there, you'll also need an .ashx file to help with the downloading of the file from the database from ...
-
octavioxd:
Hello everyone ;) I'm testing the php editor cute but I want to disable file uploads of any kind as I can do this?
Thank you.
You can easily disable the file uploads using the following methods:
1: Edit security policy file.
The security policy file (default.config, admin.config and ...
-
My application was running fine. Then the 30 day trial license expired, and I purchased a license. As part of the purchase I received a new 90 temporary license which I am currently using.
Immediately after doing this, the upload stopped working for some users using Firefox, but not all, with the following changes in behavior:
The file ...
-
Hi cjchamber,
What you are using is "CuteWebUI:Uploader", it has not the attachment table. If you want to show the attachment table after upload, please use "CuteWebUI:UploadAttachments".
And you can refer to http://www.ajaxuploader.com/Demo/Ajax-based-File-storage.aspx, it shows you how to create your own ...
... 33 ...
|
|
|