On Sun, April 29, 2007 4:35 pm, jekillen wrote:
> can someone point me to a system for cleaning
> uploaded files; embedded php scripts in image
> files, viruses etc, shell escape chars, anything
> that would be hazardous?
> The idea is when a file is uploaded, as soon
> as it gets to the server it
On 4/29/07, jekillen <[EMAIL PROTECTED]> wrote:
Hello again;
can someone point me to a system for cleaning
uploaded files; embedded php scripts in image
files, viruses etc, shell escape chars, anything
that would be hazardous?
The idea is when a file is uploaded, as soon
as it gets to the server
Hello again;
can someone point me to a system for cleaning
uploaded files; embedded php scripts in image
files, viruses etc, shell escape chars, anything
that would be hazardous?
The idea is when a file is uploaded, as soon
as it gets to the server it is inspected, cleaned/rejected
before it is us
-- Original Message -
From: "Kenn Murrah" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Tuesday, November 12, 2002 11:27 AM
Subject: [PHP] progress bar for use with PHP uploads
Greetings
Can anyone point me in the direction of a Javascript c
At 17:27 12.11.2002, Kenn Murrah spoke out and said:
[snip]
>Can anyone point me in the direction of a Javascript code snippet that would
>display a progress bar for a PHP upload? I'm sure it can be done that way,
>but honestly, I lack the Javascript skill
Greetings
Can anyone point me in the direction of a Javascript code snippet that would display a
progress bar for a PHP upload? I'm sure it can be done that way, but honestly, I lack
the Javascript skills to make it happen
Any and all help would be appreciated.
Thanks.
Kenn
On Friday 12 July 2002 03:27, Tyler Longren wrote:
> Hi,
>
> I have a form:
>
>
> And the code that processes the form:
> if ($_FILES['pdfFile']['name'] == "") {
> print "You must select a file to upload";
> }
> else {
> // code to add data to db
> }
>
> This works on my server at hom
Hi,
I have a form:
And the code that processes the form:
if ($_FILES['pdfFile']['name'] == "") {
print "You must select a file to upload";
}
else {
// code to add data to db
}
This works on my server at home (when I select a file to upload, it sees
the filename in $_FILES['pdfF
I'm using PHP on a customer's site. One of the things they do is to add
a dxf (CAD) file to be associated with parts. The peculiar thing is
this: When the file gets uploaded, the EOL gets changed from "\n" to
"\r\n".
Initially, I thought this was some kind of weird M$ thing (web server is
apac
Ok, I've run into this myself. Two possible reasons:
1. PHP
2. MySQL
NOT POSSIBLE REASON: execution time. You only get to execution time after
uploading the data, so that doesn't count - you may take long to send the actual
file, not afterwards.
Ok, the two possibilities:
1. PHP
php.ini, as you
On Tuesday 22 January 2002 07:35, Ronald Tezuka wrote:
> I've got it set to 100 megs for both the browser and the php.ini file, I
> just set a really high limit as not to come close to the files I am trying
> to upload. However it still seems to load up a blank page and doesn't
> upload the file
"Dennis Moore" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
>Subject: Re: [PHP] Uploads
>Date: Mon, 21 Jan 2002 18:23:25 -0500
>
>make sure you set the max_file_size in your form.
>
>ie
>
>or set it in your php.ini or .htaccess
im Lucas [php]" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
>Subject: Re: [PHP] Uploads
>Date: Mon, 21 Jan 2002 15:01:37 -0800
>
>make sure you increase your script timeout limit.
>Jim Lucas
>- Original Message -
>From: "
make sure you set the max_file_size in your form.
ie
or set it in your php.ini or .htaccess file.
/dkm
- Original Message -
From: "Ronald Tezuka" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 21, 2002 5:50 PM
Subject: [PHP] Uploads
>
make sure you increase your script timeout limit.
Jim Lucas
- Original Message -
From: "Ronald Tezuka" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 21, 2002 2:50 PM
Subject: [PHP] Uploads
> If anyone can help me out, that'd be great
If anyone can help me out, that'd be greatly appreciated. I'm trying to
create an upload form. Now I've checked both in books and online, and maybe
it's becuase I'm trying a weird application, but I can't seem to get uploads
greater than 6 megs. If it is greater than 6 megs, it loads up a bl
Sorry to again bring up the subject, but could somebody please help me with
multiple
file uploads. I've written the script below, but it doesn't seem to work
properly.
please help. Alternatively, could somebody give me a simple upload script.
My system is Win 98, Apache 1.3.17, php 4.0.5, IE5. The
Sorry to again bring up the subject, but could somebody please help me with
file uploads. I have written the script below, but it doesn't work properly.
please help. Alternatively, could somebody give me a simple upload script.
My system is Win 98, Apache 1.3.17, php 4.0.5, IE5. The code is below.
18 matches
Mail list logo