Need PHP Programing Help/Advice
mctrivia
Posts: 3,772
I worte a simple file uploader so people can upload files free to my server. http://uploader.propmodule.com/
Some people have tried to upload really big files which is fine but I really should have some kind of progress bar or something to show it is still going. I have no clue how to do this anyone know?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
Some people have tried to upload really big files which is fine but I really should have some kind of progress bar or something to show it is still going. I have no clue how to do this anyone know?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
Comments
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
Post Edited (mctrivia) : 11/14/2009 4:16:50 AM GMT
Other non-flash solutions are hacky at best, and require a bunch of work on the server side. I highly recommend using Flash as nearly everyone has Flash support. It also gives you an easy way to provide a fallback upload method.
I like these two:
http://digitarald.de/project/fancyupload/
http://www.uploadify.com/demo/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
http://uploader.propmodule.com/build.php
you need to manually come back to this page after loging in.
everything works except for some reason the ajax script does not maintain the session and therefor thinks you are not loged in and rejects your upload.
here is the code if anyone can see what is wrong.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
Post Edited (mctrivia) : 11/14/2009 11:55:58 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.
Here is a PHP/Ajax/Java script ai ludo game i made with a friend. I wrote the AI in PHP and communicate using AJAX with the javascript board my friend made. If it was not for the animation the entire page could have been written in PHP.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
24 bit LCD Breakout Board coming soon. $21.99 has backlight driver and touch sensitive decoder.