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
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
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
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'
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
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
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
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
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
>
&
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
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
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
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
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
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
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
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
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 ?
>
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
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
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
__
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
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
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
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
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
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
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
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
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
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
31 matches
Mail list logo