|
Search
You searched for the word(s): Ajax Uploader
Showing page 4 of 117 (1,163 total posts)
< 1 second(s)
-
Hi mvjr,
That is the temp file, you should not change this file name.
You can save the upload file with a new name in event Fileuploaded, like below. args.FileName is the original file name, you can change it ...
-
I give some details :This is a form with or without attachments.Without the function setTimeout(), fileguidlist is null.
<?php
require_once ''../phpuploader/include_phpuploader.php'' ;
/*** After the POST ***/
if(isset($_POST['grade'])) {
// Enregistrer les données du formulaire et générer ...
-
Hi there,
A Domain license allows the control to run on 1 domain/subdomain name, ie http://news.domain.com or http://intranet or http://192.168.0.1
A Small Business License allows 10 such names
An IP license enables all the domains/subdomains hosted on this IP@ to use the control.
All license options are good for http://localhost. I'd highly ...
-
Dear sheik1412,
Please refer to the following two files, if you save these two files, you will can run ajax-multiplefiles.php directly, this example demonstrates how to pass parameter between php uploader and its handler:
Ajax-multiplefiles.php:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php ...
-
Hi Edd, Please try the example below, it shows you how to add the timestamp into the file name. Note: need to change the path ''C:\inetpub\wwwroot\aspuploader\uploads\ '' to ...
-
Yes, you need to use .CopyTo method to copy the uploaded files to the target location. For your situations, you can copy the files to different folder based on the user information.
void Uploader_FileUploaded(object sender, UploaderEventArgs args) { ...
-
Dear Expert, the code: <?php
$uploader=new PhpUploader();
$uploader->Name=''myuploader'';
...
-
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 ...
-
I am using the following code in my ajax handler: <%@ Language=''VBScript'' %>
<!-- #include file=''aspuploader/include_aspuploader.asp'' -->
<%
Dim uploader,mvcfile
Set uploader=new AspUploader
Set mvcfile=uploader.GetValidatingFile()
...
-
Hi! while using ajax uploader control, issue that i am facing....when another control overlays the uploader control, for e.g. assuming i have a date text box and i have placed the Uploader control below it, the date text box has a calendar drop down. When the calendar drop down is opened, it will be on top of the Uploader control, when i click on ...
... 4 ...
|
|
|