Re: [PHP] Strange Download-File Problem

2004-12-06 Thread Richard Lynch
Rahul S. Johari wrote: Richard, I had a question for you... When you said: The goal here is to change the URL that looks like this: imsafm2_download.php?F=imsafm/rahul/somefile.txt into a URL that looks like this: imsafm2_download/F=imsafm/rahul/somefile.txt Did you mean

Re: [PHP] Strange Download-File Problem

2004-12-06 Thread Rahul S. Johari
Ave, The error is The File Could Not Be Found. Don't know if you got my latest mail regarding this issue, but I did things a little differently but still the same result. This was my last post regarding this issue: Ave, Alright... Firstly thanks to everyone who's been trying to help me out.

[PHP] Strange Download-File Problem

2004-12-03 Thread Rahul S. Johari
Ave, I created a multi-user File Management program written in PHP with mySQL backend. Basically it allows registered users to upload files to their or other users accounts, and allows them to download files. I use the force-download for my download process. Here's the problem. When someone

[PHP] Strange Download-File Problem - PART II

2004-12-03 Thread Rahul S. Johari
: Fri, 03 Dec 2004 11:49:04 -0500 To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: [PHP] Strange Download-File Problem Ave, I created a multi-user File Management program written in PHP with mySQL backend. Basically it allows registered users to upload files to their or other users accounts

Re: [PHP] Strange Download-File Problem

2004-12-03 Thread Richard Lynch
Rahul S. Johari wrote: href=\imsafm2_download.php?F=imsafm/$showfilesuser/$myrow[filename]\img src=b_newtbl.png border=0/a One thing you might want to try... I've noticed over the years that Microsoft will usually manage to screw up if you've got a dynamic URL. I really don't understand (or

Re: [PHP] Strange Download-File Problem

2004-12-03 Thread Rahul S. Johari
Ave, I spent most of my afternoon going through everything in the computer, from DOS to the Temporary Files Folder, pertaining to what was happening, and I you're absolutely correct, because my findings also suggested me nothing else but that Microsoft was screwing it up. I think the solutions

Re: [PHP] Strange Download-File Problem

2004-12-03 Thread Rahul S. Johari
Richard, I had a question for you... When you said: The goal here is to change the URL that looks like this: imsafm2_download.php?F=imsafm/rahul/somefile.txt into a URL that looks like this: imsafm2_download/F=imsafm/rahul/somefile.txt Did you mean

Re: [PHP] Strange Download-File Problem

2004-12-03 Thread Jason Wong
On Saturday 04 December 2004 03:30, Rahul S. Johari wrote: Did you mean imsafm2_download/F=imsafm/rahul/somefile.txt or imsafm2_download?F=imsafm/rahul/somefile.txt The difference being the ³?² instead of the ³/² I did actually edited my Apache¹s httpd.conf and added the Files directive.

Re: [PHP] Strange Download-File Problem

2004-12-03 Thread Brian Dunning
Jason - that's cool. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php