Search found 3 matches

by adamfenn28
Wed May 09, 2012 3:52 am
Forum: JFileDownload
Topic: file not found
Replies: 1
Views: 11223

file not found

Dangit! I found it. I had process.jsp in my applet_http_download.js.
by adamfenn28
Wed May 09, 2012 3:51 am
Forum: JFileDownload
Topic: file not found
Replies: 0
Views: 11936

file not found

Also, I have created a simple test form that calls process.php, and posts cmd=download and val1=readme.txt. When I do that process.php returns the contents of process.php, so I think process.php is finding the file correctly. I did have to change the upload_dir to 'upload/' rather than 'upload', but...
by adamfenn28
Wed May 09, 2012 3:35 am
Forum: JFileDownload
Topic: file not found
Replies: 0
Views: 11549

file not found

I have jfileupload installed and working fine. I have added the download.jar file to the library, which loads correctly in my applet_http_download.html. I can select a directory, but I always get a "Download failed : readme.txt not found" from the applet. I am using php, and have process.php with ex...