Jump to content

PHP upload progress bar


r00tk1LL

Recommended Posts

see... php 5.1.2.0 was compiled WITHOUT one important C header file that would make it possible for php to be used with ajax asa per request platform

 

Either you recompile php with 5.1.2 and the cuproq.c and cuproq.h files,

or you find another wya of doing it, without ajax or cgi...

see... php 5.1.2.0 was compiled WITHOUT one important C header file that would make it possible for php to be used with ajax asa per request platform

 

Either you recompile php with 5.1.2 and the cuproq.c and cuproq.h files,

or you find another wya of doing it, without ajax or cgi...

What?

<?php
echo '<script language="Javascript" type="text/javascript">
Ajax here..
</script>';
?>

I have looked around and found allot of scripts that either implement poorly, or just don't work. Have you guys seen this done before on a php/mysql site?

 

All I really need is something that shows a progress bar while my HTML form is uploading a file to it's temp directory (or wherever it goes), then pass it off to a php script that will handle moving the file to the right directory.

 

Any ideas?

I'm using 5.1.2 and no problems with ajax. The xmlhttp object is client side, nothing to do with php.

 

php just receives a query string, processes accordingly then echos output.

 

Everything else is handled on the client.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.