Jump to content

facelessface

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

facelessface's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=376958:date=May 25 2006, 05:20 AM:name=facelessface)--][div class=\'quotetop\']QUOTE(facelessface @ May 25 2006, 05:20 AM) [snapback]376958[/snapback][/div][div class=\'quotemain\'][!--quotec--] Thanks for that.. Although I strictly need something that will display a 'loading, please wait message' - while uploading a file from your local machine. The javascript suggestion sounds good i guess I could create a popup window using an 'onclick' event could i then close that somehow, after execution? [/quote] never mind people - i've worked it out ;) Thanks Mike
  2. Thanks for that.. Although I strictly need something that will display a 'loading, please wait message' - while uploading a file from your local machine. The javascript suggestion sounds good i guess I could create a popup window using an 'onclick' event could i then close that somehow, after execution?
  3. [!--quoteo(post=376943:date=May 25 2006, 04:42 AM:name=SemiApocalyptic)--][div class=\'quotetop\']QUOTE(SemiApocalyptic @ May 25 2006, 04:42 AM) [snapback]376943[/snapback][/div][div class=\'quotemain\'][!--quotec--] Not strictly with PHP no. It can however be done with a mixture of HTML, PHP and JavaScript to create an illusion of a progress bar (i.e. the animated gif method), to get a true progress bar with a percentage and maybe even an upload speed, you'd need something like AJAX or asp.net I guess. [/quote] OK - so how would I do it using javascript and php. Sorry for the simple question - but my js skills are pretty limited
  4. [!--quoteo(post=376891:date=May 24 2006, 11:29 PM:name=Crayon Violent)--][div class=\'quotetop\']QUOTE(Crayon Violent @ May 24 2006, 11:29 PM) [snapback]376891[/snapback][/div][div class=\'quotemain\'][!--quotec--] uh.. i really don't think that's strictly php doing that... i'd be interested in seeing this code too. and as far as ^^post... putting html first and then php doesn't change anything. the server looks at the file, reads the whole thing, parses the php and then sends the entire thing to the client. putting the html first does not send it first, while the php is parsing. [/quote] So is there NO way of doing a simple animated gif then? Mike
  5. I realise that a progress bar for php isn't possible without using perl etc.. So what I want to do (if possible), is redirecting people to a 'loading please wait' page upon clicking the submit button on the form. Then dealing with the file upload. Then redirecting back to the original page. Is that possible? If so, how?!
×
×
  • 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.