Re: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
At 8:03 PM +0100 11/21/07, Jochem Maas wrote: tedd wrote: > Well, I wasn't able to get it to work -- I couldn't find where to change the FF settings (Mac). type 'about:config' into the address bar :-) I know I'll get a big argument from all of you about this, but sometimes I can be pretty

Re: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Jochem Maas
Jay Blanchard wrote: > [snip] > huh? if I post a file to a script that returns a 204 status and nothing > else then the page should not change in the browser. > [/snip] > > True, the missing piece is that the post cannot move the file up to the > server. I was referring to a standard POST not us

Re: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Jochem Maas
tedd wrote: > At 12:23 PM -0600 11/21/07, Jay Blanchard wrote: >> [snip] >> But, take a look at this: >> >> http://www.captain.at/ajax-file-upload.php >> >> They look like their blowing the same wind. >> [/snip] >> >> Yep, look at all of the gotchas. > > > Well, I wasn't able to get it to work --

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Andrés Robinet
> -Original Message- > From: Jay Blanchard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 21, 2007 3:24 PM > To: tedd; Jochem Maas > Cc: Colin Guthrie; php-general@lists.php.net > Subject: RE: [PHP] Re: uploading files... necessary Ajax? > > [snip] &g

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
At 12:23 PM -0600 11/21/07, Jay Blanchard wrote: [snip] But, take a look at this: http://www.captain.at/ajax-file-upload.php They look like their blowing the same wind. [/snip] Yep, look at all of the gotchas. Well, I wasn't able to get it to work -- I couldn't find where to change the FF

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Jay Blanchard
[snip] But, take a look at this: http://www.captain.at/ajax-file-upload.php They look like their blowing the same wind. [/snip] Yep, look at all of the gotchas. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
At 11:49 AM -0600 11/21/07, Jay Blanchard wrote: [snip] Ahhh, so that's it. My twitchy little brain was thinking if I can send arguments to the server via ajax, then why can't I send ""multipart/form-data"? After all, data is data right? It might be too cpu intensive, but I can imagine js break

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Jay Blanchard
[snip] Ahhh, so that's it. My twitchy little brain was thinking if I can send arguments to the server via ajax, then why can't I send ""multipart/form-data"? After all, data is data right? It might be too cpu intensive, but I can imagine js breaking down an image file in packets and then sendi

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
At 11:32 AM -0600 11/21/07, Jay Blanchard wrote: [snip] huh? if I post a file to a script that returns a 204 status and nothing else then the page should not change in the browser. [/snip] True, the missing piece is that the post cannot move the file up to the server. Ahhh, so that's it. My

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Jay Blanchard
[snip] huh? if I post a file to a script that returns a 204 status and nothing else then the page should not change in the browser. [/snip] True, the missing piece is that the post cannot move the file up to the server. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Jochem Maas
Jay Blanchard wrote: > [snip] > So that I can get my head around this, are all of you saying there is > no Ajax equivalent of: > > > > > > > > We can't in some way use the ajax post method to send the file in the > background without a refresh (other than using iframe) is that > correct?

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Jay Blanchard
[snip] That is correct. Without an IFRAME you cannot upload a file without a refresh. [/snip] Take Two. You could also open another window, but that kinda defeats the purpose. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Andrés Robinet
iframe or a SWF). Hope not to be far from thruth Rob (sorry, top posting, we've all read the rest of it :D) > -Original Message- > From: tedd [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 21, 2007 2:13 PM > To: Jochem Maas; Colin Guthrie > Cc: php-general@li

RE: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Jay Blanchard
[snip] So that I can get my head around this, are all of you saying there is no Ajax equivalent of: We can't in some way use the ajax post method to send the file in the background without a refresh (other than using iframe) is that correct? Or am I completely missing something here? [/sn

Re: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread tedd
Hi gang: So that I can get my head around this, are all of you saying there is no Ajax equivalent of: We can't in some way use the ajax post method to send the file in the background without a refresh (other than using iframe) is that correct? Or am I completely missing something here?

Re: [PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Jochem Maas
Colin Guthrie wrote: > T.Lensselink wrote: >> On Wed, 21 Nov 2007 08:38:18 -0600, "Jay Blanchard" <[EMAIL PROTECTED]> >> wrote: >>> [snip] >>> Seems to me Pere want's to do an upload without reloading the whole >>> page. >>> [/snip] >>> >>> The problem is that you cannot upload files using Ajax alo

[PHP] Re: uploading files... necessary Ajax?

2007-11-21 Thread Colin Guthrie
T.Lensselink wrote: > On Wed, 21 Nov 2007 08:38:18 -0600, "Jay Blanchard" <[EMAIL PROTECTED]> > wrote: >> [snip] >> Seems to me Pere want's to do an upload without reloading the whole >> page. >> [/snip] >> >> The problem is that you cannot upload files using Ajax alone. But you >> can do it withou

[PHP] Re: Uploading Files into MySQL

2007-05-24 Thread Jared Farrish
I am working on a script to upload files into MySQL db. The following script uploads to a file system how do I go about uploading the file into the DB? Where do I put the SQL statement in the code below? Let's see: script upload file mysql database Hmm, add php and you have Google php scr

Re: [PHP] Re: Uploading Files Should I use MySQL or Server for storage?

2007-05-22 Thread Robert Cummings
On Tue, 2007-05-22 at 11:00 +0200, clive wrote: > itoctopus wrote: > > I have tried both, and I tell you that I really felt that the filesystem is > > a more convenient way of doing it. > > > I have to agree, filesystems were after all designed to store files. I > reckon reading a file from disk

Re: [PHP] Re: Uploading Files Should I use MySQL or Server for storage?

2007-05-22 Thread Tijnema
On 5/22/07, clive <[EMAIL PROTECTED]> wrote: itoctopus wrote: > I have tried both, and I tell you that I really felt that the filesystem is > a more convenient way of doing it. > I have to agree, filesystems were after all designed to store files. I reckon reading a file from disk is much quicker

Re: [PHP] Re: Uploading Files Should I use MySQL or Server for storage?

2007-05-22 Thread clive
itoctopus wrote: I have tried both, and I tell you that I really felt that the filesystem is a more convenient way of doing it. I have to agree, filesystems were after all designed to store files. I reckon reading a file from disk is much quicker than reading from a database, maybe only fract

[PHP] Re: Uploading Files Should I use MySQL or Server for storage?

2007-05-21 Thread Al
Best of both worlds may be SQLite. ZEND has a nice article on the subject. [EMAIL PROTECTED] wrote: I am in the process of adding a part to my website which would include pictures, pdf files, txt files, and excel files. The files sizes could be anywhere on average of 100k to 2mb. Do you think

[PHP] Re: Uploading Files Should I use MySQL or Server for storage?

2007-05-21 Thread Jonathan
[EMAIL PROTECTED] wrote: I am in the process of adding a part to my website which would include pictures, pdf files, txt files, and excel files. The files sizes could be anywhere on average of 100k to 2mb. Do you think I should be uploading the files to a MySQL database or to my server? I have

[PHP] Re: Uploading Files Should I use MySQL or Server for storage?

2007-05-20 Thread itoctopus
I have tried both, and I tell you that I really felt that the filesystem is a more convenient way of doing it. -- itoctopus - http://www.itoctopus.com <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am in the process of adding a part to my website which would include > pictures,

[PHP] Re: uploading files

2005-04-13 Thread Matthew Weier O'Phinney
* Marc Serra <[EMAIL PROTECTED]>: > Hi, i want to create a form to upload a file on a server. My problem is > that i want to check the filesize before sending it because if the > filesize is superior than 2 MB it failed and i don't want to wait for a > long time for uploading a file that will fa

[PHP] Re: Uploading Files

2004-02-24 Thread Tom Wollaston
My script now reads: \n"; //$username : contains the name of TMP file, $usrfile_name : it's the real name of file } ?> File to Upload: I now get: Warning: Unable to create '/home/sites/site176/web/makeit/Ski club logo high resolution.jpg': Permission denied in /home/sites/site176/web/admin

Re: [PHP] Re: uploading files

2002-11-01 Thread Shaun Thornburgh
Message - > From: "Shaun Thornburgh" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, November 01, 2002 1:51 PM > Subject: [PHP] Re: uploading files > > > > My apologies, here is the code! > > > > //copy image to server &g

Fw: [PHP] Re: uploading files

2002-11-01 Thread Kevin Stone
Confirm that you're using the proper header information in your HTML tag.. -Kevin - Original Message - From: "Shaun Thornburgh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 1:51 PM Subject: [PHP] Re: uploading files >

[PHP] Re: uploading files

2002-11-01 Thread Shaun Thornburgh
My apologies, here is the code! //copy image to server if ($image != "none") { if (copy ($image, $dir.$image_name)){ echo "File upload successful!"; } else { echo "File upload unsuccessful!"; } //new name of image $new_name = "$property_id-$category_id-$sub_category_id.jpg";

Re: [PHP] Re: uploading files

2002-10-07 Thread Kevin Stone
ginal Message - From: "Jason Young" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 11:24 AM Subject: [PHP] Re: uploading files > How are you handling the transfer of files between its temporary area > and where it's going to be st

[PHP] Re: uploading files

2002-10-07 Thread Jason Young
How are you handling the transfer of files between its temporary area and where it's going to be stored? If you're copying instead of moving, I would imagine the file in the temp directory would still be present. -Jason Donahue Ben wrote: > I am uploading a gif file using > is_upload_file($f

[PHP] Re: Uploading Files

2002-10-04 Thread eriol
"Jason" <[EMAIL PROTECTED]> disgorged: : : : I am able to get rid of this error, but changing the line to: : move_uploaded_file($_FILES['userfile']['tmp_name'], : "../images/$_FILES[userfile][name]"); : : However, the file is then uploaded as Array[name] : : How do I get past this? I'm no

[PHP] Re: Uploading Files

2002-10-04 Thread Jason
Okay, I checked out the link listed below, and tried using what is given there, but I get the following error: Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in d:\www_root\locutus\phpman\admin\test.php on line 16 Here's the code t

[PHP] Re: Uploading Files

2002-10-04 Thread eriol
"Jason" <[EMAIL PROTECTED]> disgorged: : I would like to be able to upload files from the client computer to the : server via a form. I know how to build the form, but am not sure of the : best way to process this. I know there are certain ftp functions that can : do this, which I'm not sure

[PHP] Re: uploading files problem

2002-03-29 Thread andy
put dubble quotes inside your html. I think this is in the spec, as soon as it is no numeric format: Cheers, Andy "Claudio Fedel" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi there, > > I'm trying to upload a file using php on an apache server r

[PHP] Re: Uploading Files through PHP

2002-02-27 Thread Andy
maybe your code is inside a function. If this is the case set the var to global. Andy "Georgie Casey" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to let users upload word files through a PHP form but its not > working! The script keeps te

[PHP] Re: uploading files | how to avoid submitting twice?

2002-02-25 Thread George Whiffen
Jim Winstead wrote: > Andy <[EMAIL PROTECTED]> wrote: >> Is there a way to redirect imediatelly to a waiting page? I tryed to >> redirect, but somehow the server is first uploading the file before >> something else happens. > > unfortunately, no. one thing you can do is use javascript to pop up

[PHP] Re: uploading files | how to avoid submitting twice?

2002-02-23 Thread Jim Winstead
Andy <[EMAIL PROTECTED]> wrote: > Is there a way to redirect imediatelly to a waiting page? I tryed to > redirect, but somehow the server is first uploading the file before > something else happens. unfortunately, no. one thing you can do is use javascript to pop up a small window in your form's

[PHP] Re: Uploading Files with PHP

2002-02-22 Thread Lerp
Ammendment: Actually, I was just looking at one of my photoupload processes and I actually removed the MAX_FILE out of the upload form and only tested the file size on the processing page like in the previous message. Cheers, Joe :) "Lerp" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"

[PHP] Re: Uploading Files with PHP

2002-02-22 Thread Lerp
Hi Jim, here's how I do it. I test for the file size on the processing page as well, if it's too large I redraw out the upload form. //test for file extension type if needed //determine file size -- if too big ( greater 50kb) then redirect $siz = filesize($userfile); if ($siz >= 51200){ //r

[PHP] Re: Uploading Files with PHP

2002-02-21 Thread Jim Koutoumis
Joe, Do you know when the file size is checked ?? I think it only gets checked after the form is posted and file uploading is finished ?? I don't know how it's possible to catch things before user uploads - now that would be neat :-) Jim. "Lerp" <[EMAIL PROTECTED]> wrote in message [EMAIL

[PHP] Re: Uploading Files with PHP

2002-02-21 Thread Lerp
Hi there :) Did you set a max file size in your upload form? See my form below, notice the 'MAX_FILE_SIZE' value='102400' part within hidden field. This should appear before the rest of the form. You can adjust this value as you wish. Upload Resume: