Re: Uploading files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Im just doing a copy(...) in first place. In second Ill put some information
in MySQL.

I've made application inserting photos in BLOB columns without problems.
Now I want to copy big files (>5M) in my server.


----- Original Message -----
From: "Daniel Brunner" <daniel.brunner@xxxxxxxx>
To: <php-db@xxxxxxxxxxxxx>
Sent: Friday, February 27, 2004 11:22 PM
Subject: Re:  Uploading files


> Hello,
>
>
> Are you uploading files into MYSQL or any other DB??
>
>
> Or are you uploading the files to a directory and inserting the
> location of the file in the database??
>
>
>
> Dan
>
>
> On Feb 27, 2004, at 3:19 PM, nikos@xxxxxxx wrote:
>
> > Pavel my form works fine with files < 1M
> >
> > ----- Original Message -----
> > From: "Pavel Lobovich" <ray_@xxxxxxxxxxxxxxxxxxxxxxxx>
> > To: <adam@xxxxxxxxxxxxx>
> > Cc: "PHP-mailist" <php-db@xxxxxxxxxxxxx>
> > Sent: Friday, February 27, 2004 6:50 PM
> > Subject: Re:  Uploading files
> >
> >
> >>> If your on a slow connection, it might be timing out.
> >>>
> >>> Try putting:
> >>>
> >>> set_time_limit(0);
> >>>
> >>> At the top of the page where the file is being uploaded to (not
> >>> from),
> >>> and see if that helps.
> >>
> >> You dont have to do it. Script execution will not start before all
> >> posted files are uploaded. If your browser refuses a connection and
> >> sends "Server not found" then check your form (especially action
> >> attribute ).
> >>
> >> Sorry for my english.
> >>
> >> Pavel.
> >>
> >>
> >>
> >>>
> >>>
> >>> On Fri, 2004-02-27 at 10:29, nikos wrote:
> >>>> It is allready 8M
> >>>>
> >>>> ----- Original Message -----
> >>>> From: "Adam Voigt" <adam@xxxxxxxxxxxxx>
> >>>> To: "nikos" <nikos@xxxxxxx>
> >>>> Cc: "PHP-mailist" <php-db@xxxxxxxxxxxxx>
> >>>> Sent: Friday, February 27, 2004 5:13 PM
> >>>> Subject: Re:  Uploading files
> >>>>
> >>>>
> >>>>> Your max post size needs to be upped to, try making it 6M and see
> >>>>> if
> >>>>> that makes a difference.
> >>>>>
> >>>>>
> >>>>> On Fri, 2004-02-27 at 10:05, nikos wrote:
> >>>>>> Hello list
> >>>>>>
> >>>>>> Allthough I set my PHP.in upload_max_file=4M my system refused to
> > upload
> >>>>>> files bigger than 1M and the browser send an "server not found"
> > error.
> >>>>>>
> >>>>>> Does anybody know anything about that?
> >>>>>> Thank you
> >>>>> --
> >>>>>
> >>>>> Adam Voigt
> >>>>> adam@xxxxxxxxxxxxx
> >>>>>
> >>>>> --
> >>>>> PHP Database Mailing List (http://www.php.net/)
> >>>>> To unsubscribe, visit: http://www.php.net/unsub.php
> >>>>>
> >>> --
> >>>
> >>> Adam Voigt
> >> adam@xxxxxxxxxxxxx
> >>
> >> --
> >> PHP Database Mailing List (http://www.php.net/)
> >> To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux