Search found 6 matches

by kkoehler
Wed May 26, 2010 1:07 pm
Forum: JFileUpload
Topic: IE 7 issue with 2 applets
Replies: 1
Views: 5097

IE 7 issue with 2 applets

I'm getting this error from the applet. I have 2 applets on my page and one works and the other doesn't in IE 7. Works in IE 8. Any ideas? Java Plug-in 1.5.0_09 Using JRE version 1.5.0_09 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\kathy.koehler -----------------------...
by kkoehler
Wed May 12, 2010 1:54 pm
Forum: JFileUpload
Topic: Javascript error in Internet explorer
Replies: 1
Views: 4903

Javascript error in Internet explorer

On this line for Internet explorer in the javascript to launch the applet: document.writeln('<PARAM NAME="url" VALUE="http://localhost:55908/upload.aspx">'); I get this: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET ...
by kkoehler
Wed May 05, 2010 12:58 pm
Forum: Others
Topic: JSAPI - JSTransferCompleted javascript
Replies: 3
Views: 17517

Re: JSAPI - JSTransferCompleted javascript

OK - I have that working. I have 2 file upload applets on my screen and want to get the file name from one applet and store it in one field and get the file name of the other applet and store it in another field. How to I do that? One overwrites the other.
by kkoehler
Tue May 04, 2010 8:12 pm
Forum: Others
Topic: JSAPI - JSTransferCompleted javascript
Replies: 3
Views: 17517

JSAPI - JSTransferCompleted javascript

OK - I run the file upload and display the filename (param4a) back on the screen. After it is on the screen I would like to submit this information to another application. The filename displays on the screen but I can not pass it in to the program as it is not in the html.

Any ideas?

Kathy
by kkoehler
Mon May 03, 2010 7:21 pm
Forum: JFileUpload
Topic: Need to get location of files after upload
Replies: 2
Views: 5830

Re: Need to get location of files after upload

I'm thinking the JSAPI is what I want. I will play with that.

Kathy
by kkoehler
Mon May 03, 2010 12:16 pm
Forum: JFileUpload
Topic: Need to get location of files after upload
Replies: 2
Views: 5830

Need to get location of files after upload

I have an asp program that has the embedded javascript to launch the Applet. After I upload the files in the applet, the asp program needs to know where these files were uploaded and the file names. The javascript references another asp program that does the uploading. These 2 asp programs do not kn...