[PHP] File upload problem

2002-05-06 Thread Linn Kubler
Hi All, I have a script that uploads files via my browser. Works fine under RedHat 7.0 but on a RH 7.2 server it crashes on files over at least 10MB. Files under 3MB work fine. Any suggestions? I've looked around for a php config file that might specify the max file size but so far have found

[PHP] file upload problem

2002-05-18 Thread Rodney Davis
I am trying to use the move_uploaded_file() function to upload files to a specific directory. It works fine with small .jpgs .txt etc etc but won't work with a large .mp3 file. Is this because it is too large? What can I do? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscr

[PHP] File upload problem

2001-01-29 Thread Hugo Trovao Mota
Hi! I've recently upgraded my system to Redhat 7, running Apache 1.3.14, PHP 4.0.4pl1 and mod_perl 1.24. Since that, some of my PHP scripts just stopped working (they worked just fine before). When I use file upload, all the uploaded files get a "free bonus" 'Content-Type' header that makes t

[PHP] File upload problem

2001-08-23 Thread A.D. Vijverberg
Hello there, I am trying to create a form for uploading files to the local intranet. Therefore I created a form for uploading files as mentioned in the PHP manual. After submitting the form I want to copy the file to the intranet with as name the original name on the system of the client. The pro

[PHP] File Upload Problem

2001-09-03 Thread Tim Grubb
I have a problem uploading files that just started the other day. I have been using the same script for 8 mos. Site is hosted at a hosting facility. Anyone outside of our company router can still upload fine. >From our office noone can upload. Only 8097 bytes get sent. Regular access to the web h

[PHP] file upload problem

2001-10-18 Thread Brian Aitken
Hiya I promise I won't keep perstering you after this question :-) My problem is this - I've got a complete system that works perfectly on Linux but I've got to set it up on a new server that's running Windows. When I try to handle file uploads I get errors (when the same code worked perfectly u

Re: [PHP] File upload problem

2002-05-06 Thread Francesc Leveque
.. -- Francesc Leveque Lavinia TC Passatge Permanyer, 12 08009 Barcelona Tel: 93 272 34 10 [EMAIL PROTECTED] - Original Message - From: Linn Kubler To: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 5:29 PM Subject: [PHP] File upload problem Hi All, I have a script that uploads

Re: [PHP] File upload problem

2002-05-06 Thread Linn Kubler
-- Francesc Leveque Lavinia TC Passatge Permanyer, 12 08009 Barcelona Tel: 93 272 34 10 [EMAIL PROTECTED] - Original Message - From: Linn Kubler To: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 5:29 PM Subject: [PHP] File upload problem Hi All, I have a script that uploads

RE: [PHP] File upload problem

2002-05-06 Thread David Freeman
> -Original Message- > D'oh! You're right, I went back and checked php.ini and > found upload_max_filesize but it's already set to 200M, I'm > assuming that means 200 MegaBytes. So I don't think that's > the problem. I don't have the hidden tag set in the page > code so that

Re: [PHP] File upload problem

2002-05-06 Thread Jason Wong
On Tuesday 07 May 2002 09:01, David Freeman wrote: > > -Original Message- > > D'oh! You're right, I went back and checked php.ini and > > found upload_max_filesize but it's already set to 200M, I'm > > assuming that means 200 MegaBytes. So I don't think that's > > the problem. I do

RE: [PHP] File upload problem

2002-05-06 Thread David Freeman
> -Original Message- > I'm curious, I keep seeing people say that that tag is > /necessary/, but I've never had to use it in the upload forms > that I've built and they work just fine in Opera, NN & IE. Good question. To be honest it's been a while since I looked, I built a file

Re: [PHP] File upload problem

2002-05-07 Thread Miguel Cruz
On Tue, 7 May 2002, Jason Wong wrote: >>> >> >> You actually _need_ that hidden tag set AFAIK. > > I'm curious, I keep seeing people say that that tag is /necessary/, but I've > never had to use it in the upload forms that I've built and they work just > fine in Opera, NN & IE. Don't feel ba

Re: [PHP] File upload problem

2002-05-07 Thread Jason Wong
On Tuesday 07 May 2002 15:22, Miguel Cruz wrote: > On Tue, 7 May 2002, Jason Wong wrote: > >>> > >> > >> You actually _need_ that hidden tag set AFAIK. > > > > I'm curious, I keep seeing people say that that tag is /necessary/, but > > I've never had to use it in the upload forms that I've built

Re: [PHP] File upload problem

2002-05-07 Thread Jason Wong
On Tuesday 07 May 2002 14:14, David Freeman wrote: > I guess that anything that causes this sort of thing to happen on the > browser is going to help. I know I'd be fairly unimpressed if I sat > waiting for a 2MB file to upload only to find that the limit is 1.5MB or > some such. At least if a

RE: [PHP] File upload problem

2002-05-07 Thread David Freeman
> -Original Message- > Hmm, after a bit of testing I find that the MAX_FILE_SIZE > tag is useless to say the least (probably because no browsers support it?) That's somewhat of a shame I guess but I can hardly claim to be surprised - especially as I've just spent much of my time in th

Re: [PHP] File upload problem

2002-05-07 Thread Linn Kubler
I put the max file size tag into my code but that didn't help either. What looks like is happening is that the php file can't be found. I'm using phpscriptcenter's upload.php program and it is all in one script, if you know what I mean. What I'm seeing now is that, depending on the size of the

Re: [PHP] File upload problem

2002-05-07 Thread Jason Wong
On Tuesday 07 May 2002 19:09, David Freeman wrote: > > -Original Message- > > Hmm, after a bit of testing I find that the MAX_FILE_SIZE > > tag is useless to say the least (probably because no browsers support > > it?) > > That's somewhat of a shame I guess but I can hardly claim to be

Re: [PHP] File upload problem

2002-05-07 Thread Jason Soza
- Original Message - From: Jason Wong <[EMAIL PROTECTED]> Date: Tuesday, May 7, 2002 8:49 am Subject: Re: [PHP] File upload problem > On Tuesday 07 May 2002 19:09, David Freeman wrote: > > > -Original Message- > > > Hmm, after a bit of testing I

Re: [PHP] file upload problem

2002-05-18 Thread Miguel Cruz
On Sat, 18 May 2002, Rodney Davis wrote: > I am trying to use the move_uploaded_file() function to upload files to > a specific directory. It works fine with small .jpgs .txt etc etc but > won't work with a large .mp3 file. Is this because it is too large? > What can I do? You can tell us what "

RE: [PHP] file upload problem

2002-05-18 Thread Rodney Davis
PROTECTED]] Sent: Saturday, May 18, 2002 7:31 PM To: Rodney Davis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] file upload problem On Sat, 18 May 2002, Rodney Davis wrote: > I am trying to use the move_uploaded_file() function to upload files to > a specific directory. It works fine with small .jpg

Re: [PHP] File upload problem

2001-08-23 Thread Sheridan Saint-Michel
Change To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 4:31 AM Subject: [PHP] File upload problem > Hello there, > > I am trying to create a form for uploading files to the local intranet. > Therefore I created a form for uploading files as mentioned in the P

[PHP] File Upload Problem Solving?

2001-08-31 Thread Jeff Oien
I have a user who is unable to upload files but I don't know where to start with the troubleshooting process. I have this: @copy("$img1", "/blah/$username/$img1_name") or die("File upload didn't work."); and they are getting the die message. All but one person are able to upload. Jeff

RE: [PHP] File Upload Problem

2001-09-03 Thread Johan Vikerskog (ECS)
: [EMAIL PROTECTED] Subject: [PHP] File Upload Problem I have a problem uploading files that just started the other day. I have been using the same script for 8 mos. Site is hosted at a hosting facility. Anyone outside of our company router can still upload fine. >From our office noone can upl

Re: [PHP] file upload problem

2001-10-18 Thread SafeV
I've run into the same problem, I had to 'chmod 777 images' to be able to create dirs or files, which is BAD security! Brian Aitken wrote: > Hiya > > I promise I won't keep perstering you after this question :-) > > My problem is this - I've got a complete system that works perfectly on > Lin

[PHP] file upload problem (files > 7.5mb)

2002-03-04 Thread stefan
i wrote a php uploadscript and it works fine till the file is not larger then 7.5mb. is set the max upload file size in the upladfrom as well as in php.ini to 100mb. but it still doesn't work! system is linux red hat and php 4.0.6 (with mysql) is there anyone who had the samestefa problem and know

RE: [PHP] File Upload Problem Solving?

2001-08-31 Thread Jeff Oien
I found the problem. A user was logged in under their username with a different case (capital/small letters) and that caused a problem. Jeff Oien > I have a user who is unable to upload files but I don't know where > to start with the troubleshooting process. I have this: > > @copy("$img1", "/bl

Re: [PHP] File Upload Problem Solving?

2001-09-01 Thread Marc Davenport
On Fri, 31 Aug 2001, Jeff Oien wrote: > I have a user who is unable to upload files but I don't know where > to start with the troubleshooting process. I have this: > > @copy("$img1", "/blah/$username/$img1_name") > or die("File upload didn't work."); > > and they are getting the die

[PHP] File upload problem on IIS/NT4

2001-02-19 Thread Josh G
Hi guys, I'm having a problem with file uploads, and I can't seem to fix it. I'm on IIS using php as an ISAPI module on NT4, and file uploads seem to work, but $userfile does not exist. Any ideas on how I can fix it? userfile:\\php8 userfile_name:notes.txt Cheers, Gfunk - http

[PHP] file upload problem - urgent help needed

2001-07-31 Thread Steve Brett
i know this has been posted before but i still haven't figured it out. the bloke who runs the server for a 'client' of mine has set safe mode on and therefore the standard file upload scripts fail. i needed to create a 'dump' of the database in text files whihc i've done by creating a dir within

Re: [PHP] File upload problem on IIS/NT4

2001-02-19 Thread John Vanderbeck
esign - Original Message - From: Josh G <[EMAIL PROTECTED]> To: PHP User Group <[EMAIL PROTECTED]> Sent: Monday, February 19, 2001 6:58 PM Subject: [PHP] File upload problem on IIS/NT4 > Hi guys, I'm having a problem with file uploads, and I can't seem to > fix it. I'

Re: [PHP] File upload problem on IIS/NT4

2001-02-20 Thread Phil Driscoll
Make sure that upload_tmp_dir in your php.ini file is set to something sensible for a windows machine. I have it set to f:\php\temp (and you also need to make sure that the directory specified actually exists). Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.co

[PHP] file upload problem - Warning: Max file size of 8 bytes exceeded

2001-12-14 Thread Lee Philip Reilly
Hi, I have an HTML form containing a file upload form object called 'file'. When I submit the form (either holiding a path to a 1kb file or a 7MB file) I get the following error: - Warning: Max file size of 8 bytes exceeded - file [file] not saved in Unknown on line 0 - I had hoped that