RE: [PHP] File Upload Form

2001-11-14 Thread Sharat Hegde
Hegde [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 3:13 PM To: [EMAIL PROTECTED] Subject: [PHP] File Upload Form Hello, The PHP manual provides a method for File Upload. The sample code is as follows: Send this file: While this works when this is part of an HTML page, it strangely

[PHP] File Upload Form

2001-11-13 Thread Sharat Hegde
Hello, The PHP manual provides a method for File Upload. The sample code is as follows: Send this file: While this works when this is part of an HTML page, it strangely does not work when it is part of a PHP3 file. I found this to be problem with my PHP page after some struggle. Any reaso

RE: [PHP] File upload form

2001-05-22 Thread Boget, Chris
> Have you asked what browsers they are using? This happens primarily on IE but it also happens using NS > Also, what are you using to serve this page? ? PHP 4.0.4 and Apache. Chris

Re: [PHP] File upload form

2001-05-22 Thread Charles Williams \(CEO\)
Chris, Have you asked what browsers they are using? Also, what are you using to serve this page? chuck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP] File upload form

2001-05-22 Thread Boget, Chris
Below is the (very) simple form that I'm using to allow users to upload files to my site: --- Upload Attachment Upload File You are uploading from an unsecure server. Close Window --- The proble

RE: [PHP] File upload form

2001-05-01 Thread Boget, Chris
> > Again, any help would be greatly appreciated! > could be a browser specific issue. have you checked into the > possibility that people having problems are all using the same > browser? I don't know what all of them are using, but most are using IE. I don't know how feasable it would be to

RE: [PHP] File upload form

2001-05-01 Thread Boget, Chris
> The problem that I'm experiencing using the above form is that when > some users (and the problem is consistent for those users) submit the > above form, *none* of the POST variables are getting passed to the > receiving page. None of the hidden variables, not the "input > type = file" variabl

[PHP] File upload form

2001-05-01 Thread Boget, Chris
Below is the (very) simple form that I'm using to allow users to upload files to my site: --- Upload Attachment Upload File You are uploading from an unsecure server. Close Window --- The proble