[PHP-WIN] uploading books

2003-12-17 Thread toby z
hay guyz . im thinkin about uploading a whole book on ma application that lets you upload files upto 2Megs theres a posting at http://www.php.net/manual/en/features.file-upload.php which sayz you can go upto 600 megz guyz well either way . i need to be able to upload files con

[PHP-WIN] uploading files to a web server using ftp

2003-12-03 Thread Brent
Has anyone managed to get a file from a local HDD to a web server without a multipart form etc. Using PHP not a ftp program or anything like that. I'm trying to get the php ftp commands to do it but no luck. Don't need a form or anythign like that. I know the file on my hard disk etc dont need or w

Re: [PHP-WIN] uploading files

2003-03-26 Thread Afan Pasalic
Sorry, there is some part of code you don't need (as $cat_id) - I just grab it from activ file... Afan At 09:02 AM 3/26/2003 -0500, Afan Pasalic wrote: This is a code I use for uploading up to three images at same time. Works fine: $PHP_SELF = 'new_product.php'; $query = "select name from c

Re: [PHP-WIN] uploading files

2003-03-26 Thread Afan Pasalic
This is a code I use for uploading up to three images at same time. Works fine: $PHP_SELF = 'new_product.php'; $query = "select name from categories where cat_id=$cat_id"; $result = mysql_query($query, $db) or die ('Error: wrong query'); $myrow = mysql_fetch_array($result); include('errors.php'

Re: [PHP-WIN] uploading files

2003-03-26 Thread skate
be of more help than that tho... - Original Message - From: "Bobo Wieland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 8:45 AM Subject: [PHP-WIN] uploading files > Is it possible to upload multiple files at once? ...In a form, using a

[PHP-WIN] uploading files

2003-03-26 Thread Bobo Wieland
Is it possible to upload multiple files at once? ...In a form, using a "file" input and being able to select more then one file? .bobo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Uploading images stuff

2003-02-19 Thread Bobo Wieland
hi! anyone got some good code or something for letting users of a website upload pictures. The pictures should preferably be resized in some different sizes to fit the criterias of the website, then be presented to the user again so that he/she could pick the best one... . bobo . -- PHP Windo

[PHP-WIN] uploading help please again

2002-11-03 Thread Marcelo
Ok I'm back This script is to upload 2 image files Whit register_globals = on it Works fine script A "p.php" Jornal O Leme      

Re: [PHP-WIN] uploading help please

2002-11-02 Thread Miha Nedok
2 11:40:32 + (GMT) > From: "[iso-8859-1] toby z" <[EMAIL PROTECTED]> > To: marcelo <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] uploading help please > > hi marcelo > > 1st > i don think u can upload 2 filez simultaneosly > &

Re: [PHP-WIN] uploading help please

2002-11-02 Thread toby z
hi marcelo 1st i don think u can upload 2 filez simultaneosly 2nd is what u do when u wanna upload A file 3rd when u see Array displayed istead ur variable it means the variable aint bein piked by the page or the query check ur code and the variables passed hope i ve helped good luc

[PHP-WIN] uploading help please

2002-11-01 Thread marcelo
Hi need some help please What is wrong with my code? it is supposed to upload 2 files but instead gives me this error Warning: Unable to open 'Array' for reading The code: O Leme upload Jornal O Leme  

[PHP-WIN] uploading multiple files question...

2002-10-20 Thread db
i know this question has been asked before, but my slant is a little different. i'd like to be able to upload multiple files (pictures, actually) by highlighting/selecting a bunch of files in a single "browse" dialog rather than have multiple browse buttons on the page. is this possible? if so, h

Re: [PHP-WIN] uploading multiple files question...

2002-10-20 Thread db
oh, well. it was worth a shot. thx! "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message news:Pine.LNX.4.44.0210201502190.28315-10@;www.lerdorf.com... > On Sun, 20 Oct 2002, db wrote: > > > i know this question has been asked before, but my slant is a little > > different. i'd like to be ab

Re: [PHP-WIN] uploading multiple files with $HTTP_POST_FILES

2002-10-10 Thread Nino V
Sorry, I mistyped the code! echo(" Send this file: and this other: "); Bye, Nino = http://www.vessella.it (italiano, esperanto, kiswahili, english) http://www.changamano.org (Iniziative di solidarietà per la Tanzania) Corso di lingua swahili: http://corsoswah

[PHP-WIN] uploading multiple files with $HTTP_POST_FILES

2002-10-10 Thread Nino V
Hi, how can I upload multiple files? What's wrong with these lines? echo(" Send this file: and this other: "); They seem not working! Thanks, Nino = http://www.vessella.it (italiano, esperanto, kiswahili, english) http://www.changamano.org (Iniziative di so

RE: [PHP-WIN] uploading filez with $HTTP_POST_FILES ?????

2002-10-10 Thread toby z
a day. If you > teach them how to program, you will frustrate them > for a lifetime." > > > -Original Message- > > From: toby z [mailto:[EMAIL PROTECTED]] > > Sent: 10 October 2002 11:15 > > To: php hlp list > > Subject: [PHP-WIN] uploading filez wit

RE: [PHP-WIN] uploading filez with $HTTP_POST_FILES ?????

2002-10-10 Thread Mikey
etime." > -Original Message- > From: toby z [mailto:[EMAIL PROTECTED]] > Sent: 10 October 2002 11:15 > To: php hlp list > Subject: [PHP-WIN] uploading filez with $HTTP_POST_FILES ? > > > ok now i know i ve actually lost it all > > i cant upload files now > > th

RE: [PHP-WIN] uploading filez with $HTTP_POST_FILES ?????

2002-10-10 Thread Mikey
Try using the $_FILES array... regards, Mikey <-- Insert stream of consciousness here > -Original Message- > From: toby z [mailto:[EMAIL PROTECTED]] > Sent: 10 October 2002 11:15 > To: php hlp list > Subject: [PHP-WIN] uploading filez with $HTTP_POST_FILES ? >

[PHP-WIN] uploading filez with $HTTP_POST_FILES ?????

2002-10-10 Thread toby z
ok now i know i ve actually lost it all i cant upload files now this file waz workin fine till i turned register globalz off n now im gettin this error Warning: Unable to open 'Array' for reading: No such file or directory in e:\final project\zroot\s i r\up.php on line 52 Either you did not up

[PHP-WIN] uploading pics

2002-09-18 Thread SEGUERRA FRANCIS TED ARANAS
how do i upload pics to the postgres database? i really don't know how... i'm using the html http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] uploading

2002-07-22 Thread Kit Kerbel
Setup: php4.2.1 on NT4 server trying to upload file using copy function getting this error: Warning: Unable to open 'C:\Documents and Settings\kkerbel\TODO.txt' for reading: No such file or directory in D:\Inetpub\wwwroot3\testupload.php on line 24 any ideas? Kit __

[PHP-WIN] Uploading files.

2002-07-22 Thread Kit Kerbel
I'm having a problem uploading files with php to an nt4 server. Can anyone outline a general method for uploading a jpeg/gif to a specified folder. Thanks in advance. Kit _ Chat with friends online, try MSN Messenger: http://me

[PHP-WIN] Uploading large Files on IIS5

2002-04-10 Thread Alexander Barisic
Habe ein Riesenproblem: Betreibe einen IIS5 und habe eine HTML-Seite gebaut mit der man Fileuploads per POST auf den Server ausführen kann. Rufe ich die Seite lokal vom Server selbst aus ab kann ich problemlos auch grosse Dateien hochladen. Nutze ich die Seite über unser lokales Netz kann ich Dat

[PHP-WIN] Uploading scripts to web

2002-02-09 Thread Radovan Radic
Hello I have php4 , mysql 3.23, apache and win 2000 pro on my computer, and i have designed one simple site that uses php scripts and mysql databases. Now i want to publish it to the web, but i dont know is there mysql on the server, and if there is how will i connect to it? For example, i have c

[PHP-WIN] uploading files

2001-10-06 Thread Alexandre Busquets Trioal
I´tring to do an upload images files script for my remote site. I have tried this into my local machine and run well, i know that run correctly because my local site(my machine) i don´t need user/pass to access. But my site need autentification pass/user, I put my script into my remote site an

[PHP-WIN] Uploading problem with PHP

2001-06-18 Thread BWW
Hi there, Hope someone can help me. I have an app in PHP to make upload of images to a web server in a intranet and this works fine if I use my workstation but if any other user tries to upload in another workstation the upload fails without any error. All the setings and previlege folders are c

RE: [PHP-WIN] Uploading Files

2001-05-24 Thread Asendorf, John
Sent: Thursday, May 24, 2001 1:14 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP-WIN] Uploading Files > > > I have a NAGGING file upload problem. > > Details: Win2k, IIS5, PHP v4.0.4 > > As I understand this system, PHP uploads all files to a > tempo

[PHP-WIN] Uploading Files

2001-05-24 Thread Randall Barber
I have a NAGGING file upload problem. Details: Win2k, IIS5, PHP v4.0.4 As I understand this system, PHP uploads all files to a temporary place on disk. From there you can move them anywhere you want to. Well here's the scenario: Users are allowed to upload PRN files. Once uploaded I have a

Re: [PHP-WIN] Uploading Files on Pasword Protected Sites ?

2001-04-26 Thread David Elliott
Hail vshah On 25 April 2001 at 11:45:28 -0400 (EDT) (which was 16:45 where I live) [EMAIL PROTECTED] wrote > If I remove the password protection, it seems to work again. Is there > something that I need to do in the PHP.ini file or is this a IIS related > issue ? IIS not PHP. Check out the wri

[PHP-WIN] Uploading Files on Pasword Protected Sites ?

2001-04-25 Thread vshah
I am running into a very weird problem with an Intranet site I have on IIS 4.0 and PHP 4.04. I have password protected the site, allowing access to the users using their network username/password. But that has resulted none of the forms on the site with enctype="multipart/form-data" not to be w

[PHP-WIN] Uploading files?

2001-04-02 Thread Mike Flynn
Hey all, I would like to enable my users to upload binary data into the database -- into MySQL blobs. I/e they could upload images, or word documents, etc. However, my network administrators have told me that they have PHP file uploads disabled for security reasons. My question to you is th