Search found 7 matches

by cserold
Wed Apr 21, 2010 2:16 am
Forum: JFileUpload
Topic: setParameter() and setProperty throw error
Replies: 3
Views: 7216

Re: setParameter() and setProperty throw error

I am having the very same issue when calling document.fileupload.setExtraParameter. Is there a solution to this?
by cserold
Wed Jun 24, 2009 3:27 pm
Forum: JFileUpload
Topic: Error when calling setParameter
Replies: 3
Views: 7386

Re: Error when calling setParameter

Sorry for the delay in responding. Yes, I am calling the function after the applet is loaded. In my interface there is a folder tree that, when a folder is clicked, I am wanting to set a "FolderID" parameter on the applet control. So each time a folder in my folder tree is clicked a call to setParam...
by cserold
Mon Jun 15, 2009 9:15 pm
Forum: JFileUpload
Topic: Error when calling setParameter
Replies: 3
Views: 7386

Error when calling setParameter

Hello, I am using the following code: document.fileupload.setParameter("folderID","567"); To assign the folderID that the documents are being uploaded into. I am assuming that I can add a custom piece of data to the form object so that I can use it in the .aspx handler. I am getting the attached jav...
by cserold
Mon Jun 15, 2009 3:15 pm
Forum: JDiskExplorer
Topic: Documentation of jDiskExplorer Parameters
Replies: 3
Views: 8783

Re: Documentation of jDiskExplorer Parameters

Thank you but I do not see an itemized listing of the Javascript parameters that jDiskExplorer accepts that are not used by jFileUpload
by cserold
Sun Jun 14, 2009 2:12 pm
Forum: JDiskExplorer
Topic: Documentation of jDiskExplorer Parameters
Replies: 3
Views: 8783

Documentation of jDiskExplorer Parameters

Hello,

I found the parameter listing for jFileUpload and my understanding is that jDiskExplorer has some additional parameters not included in jFileUpload. I can't find the documentation for these extra parameters for jDiskExplorer. Could you please point me in the right direction?

Thanks
Craig
by cserold
Fri Jun 12, 2009 7:52 pm
Forum: JDiskExplorer
Topic: Sending list file string back from server
Replies: 2
Views: 7597

Re: Sending list file string back from server

Thank you very much. That solved my problem.
by cserold
Thu Jun 11, 2009 4:06 pm
Forum: JDiskExplorer
Topic: Sending list file string back from server
Replies: 2
Views: 7597

Sending list file string back from server

Hello, I can't figure out the correct way to delimit the fields (type, filename, last modified, and size) in my string being returned from an ASP.NET handler page. I am using the following code but my remote directory structure is displaying as shown in the attachment. private string GetFileString(s...