Re: [PHP-DB] Can't Upload ram file

2005-11-18 Thread Micah Stevens
Perhaps it's not file type that is the problem, but file size? -Micah On Friday 18 November 2005 6:19 am, Mohamed Yusuf wrote: > the script I am using can upload images like, jpg, gif or png to the > server, but it can't upload music file to the server like ram and rm. > any help? -- PHP Dat

Re: [PHP-DB] Can't Upload ram file

2005-11-18 Thread Mohamed Yusuf
here is the code File uploaded"; } ?> On 11/18/05, Bastien Koert <[EMAIL PROTECTED]> wrote: > > show code, maybe checks are being done to only allow images or certain > extensions... > > > Bastien > > > >From: Mohamed Yusuf <[EMAIL PROTECTED]> > >To: php-db@lists.php.net > >Subject: [PHP-DB] Can

Re: [PHP-DB] Can't Upload ram file

2005-11-18 Thread Mohamed Yusuf
File uploaded"; } ?> On 11/18/05, Bastien Koert <[EMAIL PROTECTED]> wrote: > > show code, maybe checks are being done to only allow images or certain > extensions... > > > Bastien > > > >From: Mohamed Yusuf <[EMAIL PROTECTED]> > >To: php-db@lists.php.net > >Subject: [PHP-DB] Can't Upload ram file

RE: [PHP-DB] Can't Upload ram file

2005-11-18 Thread Bastien Koert
show code, maybe checks are being done to only allow images or certain extensions... Bastien From: Mohamed Yusuf <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] Can't Upload ram file Date: Fri, 18 Nov 2005 06:19:24 -0800 the script I am using can upload images like, jpg, gif