Re: file download code

2011-01-05 Thread Miqdad Ali
user download file first time it will download 0b file but after that it's downloading correct file Miqdad Ali http://www.miqdadali.co.cc On Thu, Jan 6, 2011 at 1:11 AM, cricket wrote: > > > On Wed, Jan 5, 2011 at 12:20 A

Re: file download code

2011-01-05 Thread cricket
On Wed, Jan 5, 2011 at 12:20 AM, Miqdad Ali wrote: > > $fl = "http://localhost/uscb/app/webroot/".$fl_name; > > The path should be absolute from the root of the server, eg. "/var/www/.." As Jeremy says, though, you should look at MediaView t do this. Check out the new CakePHP Question

Re: file download code

2011-01-04 Thread Jeremy Burns | Class Outfit
ill download file 0B > please help me > > > Miqdad Ali > http://www.miqdadali.co.cc > > > > > On Wed, Jan 5, 2011 at 4:23 AM, cricket wrote: > On Tue, Jan 4, 2011 at 12:21 AM, Miqdad Ali w

Re: file download code

2011-01-04 Thread Miqdad Ali
flush(); readfile($fl); exit; } frieands this is my download code when i download it will download file 0B please help me Miqdad Ali http://www.miqdadali.co.cc On Wed, Jan 5, 2011 at 4:23 AM, cricket wrote: > On Tu

Re: file download code

2011-01-04 Thread cricket
On Tue, Jan 4, 2011 at 12:21 AM, Miqdad Ali wrote: > hi buddies > > anyone please send me any file download code > my download code not working correctly first time it download only 0B file > but second time it will download correct file > If you post some of your code p

file download code

2011-01-03 Thread Miqdad Ali
hi buddies anyone please send me any file download code my download code not working correctly first time it download only 0B file but second time it will download correct file Miqdad Ali http://www.miqdadali.co.cc Check out