php-windows Digest 20 Jan 2004 17:11:35 -0000 Issue 2089
Topics (messages 22615 through 22619):
Re: Show the Progress of a file being uploaded
22615 by: Arijit Chaudhuri
22619 by: Derrick Hermanson
Re: chmod on win xp - update
22616 by: mayo
22617 by: Stuart
Re: [Help on getting BLOB from MySQL in PHP]
22618 by: toby z
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Thanks for the links. One of the free codes seems it might be useful. It
uses Perl to handle the actual progress tracking and then hands back the
rest to php. Will check it out.
Regards,
Arijit
"Nadim Attari" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Upload_
Systems/index.html
>
> http://www.hotscripts.com/Detailed/25027.html
>
> Hope it helps...
>
> Nadim Attari
--- End Message ---
--- Begin Message ---
Found this out on www.php.net thought it might be useful.
Progress bar support has been a recurring theme in many a PHP mailing list
over the years. You can find a free progress monitor component for PHP file
uploads at http://sourceforge.net/projects/megaupload/
The advantage of this system is that you do not have to apply any patches to
PHP to make use of it.
Derrick Hermanson
Programmer/Analyst I
[EMAIL PROTECTED]
-----Original Message-----
From: Arijit Chaudhuri [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 18, 2004 2:08 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Show the Progress of a file being uploaded
Hi all,
Is there any way to show the progress on a file upload with PHP? I could not
find a way to access the file being uploaded till upload is complete when
the usual copy function is used. There are some file management sites which
show a percentage completed similar to the Flash downloads. But none of the
ones I found are php coded.
Regards,
Arijit
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I'm still having problems.
I've been on the line with Dell Customer Support (this is a new laptop)
Donatas, you were right:
The tools > Folder Options > advanced settings, uncheck "Use simple file
sharing" was it. The security tab appeared. (Woohoo)
Unfortunately there are still some issues. All the check boxes are grayed
out and I'm still unable to give myself execute privileges.
I'll be working on it and probably calling dell again later on tonight.
thx everyone,
-- gil
> -----Original Message-----
> From: Donatas [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 19, 2004 2:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] chmod on win xp
>
>
> This goes only for Windows XP Pro, Home edition doesn't have this. Go to
> [Explorer window] -> Tools -> Folder Options -> View::Advanced Settings
> List. And the last option in it says "Use simple file sharing
> (Recommended)"... well recommended my ass, uncheck it.
>
> /Donny
>
>
> mayo wrote:
>
> >I must be missing something because right clicking on the file
> (in explorer)
> >doesn't give me the option to change read - write - execute.
> All I get is
> >Read-only and Hidden check boxes.
> >
> >And, they're not checked the check boxes are clear.
> >
> >I can do everything else I need to do, but I can't fopen.
> >
> >$fp = fopen($filename,"w") or die ("Couldn't open $filename!");
> >
> >I get:
> >
> >Warning: fopen("abc.php","w") - Permission denied in
> c:\inetpub\wwwroot\ ...
> >
> >I get the same error when I try to touch a file
> >
> >Warning: unable to create file abc.php because Permission denied in
> >c:\inetpub\wwwroot ...
> >
> >The same file works on my ISP's server.
> >
> >thx,
> >
> >Gil
> >
> >
> >
> > > -----Original Message-----
> > > From: David Tod Sigafoos [mailto:[EMAIL PROTECTED]
> > > Sent: Sunday, January 18, 2004 4:59 AM
> > > To: Gil
> > > Subject: Re: [PHP-WIN] chmod on win xp
> > >
> > >
> > > You can set the rights on XP (or any windows os) from the Explorer
> > > window.
> > >
> > > RightClick Start
> > > Select Explorer
> > > navigate to the directory you want with the file showing in the right
> > > RightClick the file
> > > Select Properties
> > > select the 'rights' you want
> > >
> > >
> > > Saturday, January 17, 2004, 8:55:58 PM, you wrote:
> > >
> > > m> so I would like to write to file on my local box.
> > >
> > > m> $fp = fopen($filename, "w");
> > > m> fwrite($fp, "whatever");
> > >
> > > m> I get a permission error.
> > >
> > >
> > > m> I've looked but I don't see how to chmod.
> > >
> > > m> It worked on my ISP after CHMOD so it's not the code.
> > >
> > > m> using: windows xp and iis 5
> > >
> > > m> -- gil
> > >
> > >
> > >
> > >
> > > --
> > > DSig `````
> > > David Tod Sigafoos ( O O )
> > > _______oOOo__( )__oOOo_______
> > >
> > > Using 'The Bat' 2.02.3 CE
> > > Using 'OS' Windows XP Service Pack 1
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
> >
> >
> >
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
mayo wrote:
Donatas, you were right:
The tools > Folder Options > advanced settings, uncheck "Use simple file
sharing" was it. The security tab appeared. (Woohoo)
Unfortunately there are still some issues. All the check boxes are grayed
out and I'm still unable to give myself execute privileges.
In the security tab, click on "Advanced". At the bottom of the dialog
that appears there is a checkbox with the label "Inherit from parent the
permission entries that apply...." Uncheck that, select copy in the
popup and you should then be able to modify the permissions.
--
Stuart
--- End Message ---
--- Begin Message ---
well :) that wasnt a blob file .... as far as i can recall
it was just unicode data entered into a blob field and then retrieved
to be displayed on a browser
results have been the same with iis and apache :S
working with images .... is possible playing around with php,
fetching them from a blob field ..... im afraid i've never tried
tell me what are you trying and whats actually going wrong ....
explicitly ....
i might be able to help you out
good luck
toby
--- Askia Ahmed <[EMAIL PROTECTED]> wrote: > Hello,
> I sow that you seem to have experienced the problem of getting a
> BLOB file from a MySQL Database and displaying it in a PHP.
> So I have a similar problem using IIS and trying to get images from
> MySQL and display them in PHP page.
> This works fine with Apache but the verry same script fails under
> IIS.
> Any help would be verry apprecied.
> Best regards.
> Askia.
>
________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
--- End Message ---