|
Search
You searched for the word(s): upload'A=0
Showing page 216 of 656 (6,557 total posts)
< 1 second(s)
-
I have a page with a datagrid. I need an upload button in each row. I don't want 50 copies of the control on the page.
I would like to put one uploader on the page and have a plain button in each row that uses javascript to call the ''browse'' or whatever method it is that opens the file browse window so the user can select a ...
-
Dear Andre,
You can change the message to your own language directly, please refer to the following code:
<%
Dim uploader
Set uploader=new AspUploader
...
-
Dear MastaBaba,
I have tested the following snippet, if the destination folder is not existing, it will throw error. You can upload one file called ''11test11.zip'', after the upload is finished, you can search ''11test11.zip'' in your server, it must have been saved to your server if nothing error is thrown.
<?php require_once ...
-
Dear jaydev,
Please refer to the following code:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
Hi all, I have a problem with CuteEditor when trying to uploading images. I have ip licence. I have a control panel with its own login system cookies/mySql/php programmed. To run CuteEditor inside my control panel I did these changes: 1) in the main file include_CuteEditor.php at the beginning I inserted this code instead ...
-
I have seen this error posted elsewhere in this forum, but I have the newest version that was said to fix this problem. Also, I seem to be having the error under different circumstances.
Here is the error message:
Microsoft VBScript runtime error '800a01a8'
Object required: 'jfile'
/aspuploader/include_aspuploader.asp, line ...
-
Hi nokturnal, Now,AjaxUploader has a debug mode. Please download the latest version and test it and show me the debug information.
How to activate debug mode
Just need to add querystring “UploaderDebug=1” to the end of the url.
For example, open the debug mode on our ...
-
I've spent a couple days trying track this down,and finally found the problem.
In my situation, I upgraded a vs2005 project to vs2008. Once in vs2008, I decided to add ajax functionality. Whenever I would use the ajax uploader, it would do a full page reload after the ajax button click upload. Even the simple-uploader was doing it. I ...
-
IanPhillips,
Are you using IIS 6? After modifying the metabase.xml file, have you stopped IIS so you can save this file?
This is a server-related limitation. IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first.
The solution is here:
IIS 6.0 (Windows 2003) has a ...
-
IanPhillips,
Are you using IIS 6? After modifying the metabase.xml file, have you stopped IIS so you can save this file?
This is a server-related limitation. IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first.
The solution is here:
IIS 6.0 (Windows 2003) has a ...
... 216 ...
|
|
|