|
Search
You searched for the word(s):
Showing page 23 of 4,987 (49,864 total posts)
< 1 second(s)
-
Hello, I am using an ajax uploader control and setting the manual start upload to true. My exact code is below. When I use this code on a page that does not have any Jquery ajax calls everything works fine and the file that I select for upload gets uploaded to my C drive when my submit button is clicked. If I use the same ...
-
Need to create my own GetTempFilePath, is this can be done?
On UploadPhoto_FileUploaded, need to save it to another dir if i can duplicate the GetTempFilePath maybe it would help.
PLEASE HEEEEEEEEEEEEELP!
protected void UploadPhoto_FileUploaded(object sender, UploaderEventArgs args)
...
-
Hi Adam,
I found the document that you referred to, but all the guides seem to
be written for integrating with IBuySpy, DotNetNuke etc, which I am not
using.
As I am writing in VB.net I took a look at the guide for Integrating
with DotNetNuke 3.0, but obviously because I am not integrating with
DotNetNuke I have no reference to ...
-
Here's a global.asax.vb file that will reproduce the problem...not sure why it's splitting cookies using the comma as a separator. The separator should be a semicolon...Imports System.WebImports System.Web.SessionStateImports CuteSoft.Chat Public Class [Global] Inherits ...
-
Thanks Adam. Just to clarify what the problem is, the example says:
<appSettings>
...
<add key=''CuteChat.DataDirectory'' value=''~/Chat'' />
</appSettings>
<appSettings> does not exist in the CS2007 version of web.config, but it does in the standalone version. Here ...
-
Hi all, The next code adds well known mechanism of preventing page leave to the ''Simple Upload (Customizing the UI)'' demo (with slight ...
-
mgjunk,
I just wrote a fix for this. It works. You can test it in our online demo.
Please check it out.
Dad.asp
<HTML>
<HEAD>
<SCRIPT>
function popupCuteEditor(v_form, v_field)
{
var newWin, v_pagestring;
w = ...
-
Dear ManoSrinivasn,
Please set ''SetAdvancedOption'' to ''UploaderAdvancedOption.NoFlash'' and try it again:
<%@ 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 ...
-
Hi,
If you use this way , you must collect all kinds of the file types which can be executed on your server.
if you miss one , your server will be hacked.
<%@ Page Language=''C#'' Title=''First sample'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
-
Hi Avi,
1. Is there a way to pass data from javascript to UploadHandler.ashx before a the file is uploaded, or after the file are selected?
I suggest you handle the upload file in the controller directly. So you can pass the value to the controller directly.
refer to the example below, you can save/move or do other ...
... 23 ...
|
|
|