|
Search
You searched for the word(s): upload'A=0
Showing page 319 of 656 (6,557 total posts)
< 1 second(s)
-
All of our cute editor windows that allow file upload are in the admin section of the site which is password protected. I tried the code from above and am still get a ''The area you are attempting to access is forbidden'' message in the pop up window when you try to upload any files.
here is a copy of the default.config file I have made a ...
-
Hi acomas,
Do you want the FileUploaded event fire before the completion of the upload?
like:
1.fire some events(if true can upload,else can not upload)
2.file upload
if so,you can try the following code:
<%@ Page Language=''VB'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
-
Depending on what path I use in the editor.ImageGalleryPath setting, the image upload part of the dialog box (Edit/Insert Image) either is empty or it is there, allows me to browse for an image, but when I click upload it does nothing. If I use an absolute path to the ''uploads'' directory, i.e., a full URL, the ...
-
Here's the code: <?php require_once ''./phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<?php
if (!is_dir)
mkdir (''D:/Hosting/3380894/html/tmp'', 0777);
else
chmod(''D:/Hosting/3380894/html/tmp'', 0777);
?>
<html>
<body>
<form id=''form1'' method=''POST''>
Upload ...
-
cutechat:
Hi,
I am not sure what's wrong now.
because I can't reproduce it on your website.
please add this into web.config and try again.
<add key=''CuteWebUI.AjaxUploader.UseAspNetStream'' value=''True'' />
and also , you can let the user test this page ...
-
OG1,
Thanks for your video. Now we have some thought.
The PC installed silverlight 2.0 , the silverlight file browsing dialog is the 'modal' mode, which prevent user click other UI of the browser.
(To confirm it, please try this : Maybe the UI will be blocked even you click the 'Cancel' button on the file ...
-
I'm having the exact same issue. My app uploads .xls only. Fortunately, limiting upload size isn't a priority and I can do it with php.ini if need be. It seems setting $ps to NULL seemd to clear the error, but please let me know if you create a patch for this or fix it in the next version. Thanks
-
$uploader->TempDirectory=''/home/charterh/tmp''; This doesn't work for me, I changed the GetSystemTempFolder back to the original and tried the above and nothing happens, the file uploads ''somewhere'' but after the upload the ''Uploaded File:'' information doesn't appear.
The MoveTo method just use the move function , so the ...
-
It is odd, I've sent you a link to the site in a private message.
The site is hosting a DNN site. We have other ajax components that work fine and no other outstanding problems so its very odd that the component won't work. Hopefully when you see its behaviour for yourself you might get some inspiration! :)
You'll ...
-
Jamie,
>>it's just that it seems like a lot of work just to make the file upload work remotely in a situation where and ISP uses UNC.
It needs some configurations. Because the local ASPNET account or NETWork Service account don't have permission to access the remove server by default.
>><security ...
... 319 ...
|
|
|