|
Search
You searched for the word(s): IE 9 upload
Showing page 113 of 656 (6,557 total posts)
< 1 second(s)
-
Dear srotkin,
Please refer to the following snippet:
<%@ Page Language=''C#'' Title=''Total Progress'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
-
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 ...
-
Dear attu143,
You can change
$uploader->UploadUrl=''myhandler.php'';
to
$uploader->UploadUrl=''myhandler.php?id=301'';
It will pass the value to handler.
Custom file upload handler
If you need further control over the parsing of the file uploading request, you can ...
-
Dear mulmad,
Please refer to the highlighted code:
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script runat=''server''>
void InsertMsg(string msg)
...
-
Hi,
We are not able to provide the path of the file, because Flash/Silverlight and some browser's <input> do not provide that information.
For client data, you can check this demo :
<%@ Page Language=''C#'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<%@ Register TagPrefix=''CuteWebUI'' ...
-
Dear siwelis,
The following is a full example, please refer to it:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
Michael Raizman ,
Here is a sample :
<%@ Page Language=''C#'' Title=''Customize the queue UI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
-
cphillips,
Here are my suggestions:
1. Detect your user's role.
2. For admin level user, you should allow them to upload/delete/create.
3. For the guest level user, you can show a limited toolbar and disable the upload/delete/create funtions.
3. For the registered user, you can disable the ...
-
stevesal32,
Please login as admin to LiveSupport web application.
Then click the ''Chat admin'' button.
Go to Configuration tab.
>> like the types of files that can be sent while in live support,
Pleae modify the following options:
LiveSupport Allow send file ...
-
John, 1) I want to give my paying customers (business owners) the chance to create and upload customized information about their business and to upload a business logo image. To handle this, instead of incorporating a textarea or textbox as part of my web form, after gathering basic business info using textboxes, I create a seperate web form page ...
... 113 ...
|
|
|