d22552000 Posted August 15, 2007 Share Posted August 15, 2007 to nto use a progress bar. Link to comment https://forums.phpfreaks.com/topic/64855-php-upload-progress-bar/page/2/#findComment-324185 Share on other sites More sharing options...
r00tk1LL Posted August 15, 2007 Author Share Posted August 15, 2007 I know next to nothing about AJAX & javascript, can you give a simple example? What are the other alternatives to using a progress bar? Link to comment https://forums.phpfreaks.com/topic/64855-php-upload-progress-bar/page/2/#findComment-324190 Share on other sites More sharing options...
d22552000 Posted August 15, 2007 Share Posted August 15, 2007 "Warning: Depending on how shitty your internet is, this may take a while..." Link to comment https://forums.phpfreaks.com/topic/64855-php-upload-progress-bar/page/2/#findComment-324197 Share on other sites More sharing options...
cooldude832 Posted August 15, 2007 Share Posted August 15, 2007 try and find a flash programer/forum to help you but that is really your best bet because it can do a lot of client side stuff for you that php can't. Then once the file is uploaded you run the php you need on it. Link to comment https://forums.phpfreaks.com/topic/64855-php-upload-progress-bar/page/2/#findComment-324199 Share on other sites More sharing options...
dbo Posted August 15, 2007 Share Posted August 15, 2007 put this on your button click event. onclick="return confirm('The requested action may take some time due to large file sizes. Please be patient.');" Link to comment https://forums.phpfreaks.com/topic/64855-php-upload-progress-bar/page/2/#findComment-324206 Share on other sites More sharing options...
r00tk1LL Posted August 15, 2007 Author Share Posted August 15, 2007 Before I jump to another forum, if anyone has some flash knowledge let me know what you think. Thanks Link to comment https://forums.phpfreaks.com/topic/64855-php-upload-progress-bar/page/2/#findComment-324233 Share on other sites More sharing options...
dbo Posted August 15, 2007 Share Posted August 15, 2007 I've done limited flash stuff but I don't see there being an easy flash solution at all for this this. If you must have it Ajax is your answer. Link to comment https://forums.phpfreaks.com/topic/64855-php-upload-progress-bar/page/2/#findComment-324234 Share on other sites More sharing options...
Fadion Posted August 15, 2007 Share Posted August 15, 2007 I found <a href="http://pdoru.from.ro/">this</a> but it says that it needs to patch php (meaning recompile i guess) and to install the extension. I saw the demo and it worked greatly. About a more confortable way, ive had to make a progress for a project of mine, but passed it. From my research i found megaupload (not the free upload site) which mixes php and perl. From what ive read its easy to use and u can find it <a href="http://sourceforge.net/projects/megaupload/">here</a>. About a flash solution!! Im not so sure. Ive been juggling with actionscript for some time but im not sure it can do that, or at least it would be a pain to code. Link to comment https://forums.phpfreaks.com/topic/64855-php-upload-progress-bar/page/2/#findComment-324289 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.