Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > uploading file with "form post" and showing "please wait"..

Reply
Thread Tools

uploading file with "form post" and showing "please wait"..

 
 
Noël®
Guest
Posts: n/a
 
      05-25-2005
Hi all,

I really hope some user here got the "golden" tip for me.

I'm using the following part of code on one of my ColdFusion pages for users
to upload files. (same code example will also run in HTML)

<form name=upload_form action="upload.cfm" method="post"
enctype="multipart/form-data">

filename: <input name = "file1" type= "file">

<input name="submitbutton" type="submit" value="okay">

</form>

I've been trying to get a page show an animated "please wait" gif as soon as
the user hit's "okay", but up till now no luck. (with onSubmit="dosubmit();"
and a bit of java code)
I think that it needs to be done in this 'form' code as when the upload is
done it will show the data on the "upload.cfm" file. To put the animated
"please wait" gif on the "upload.cfm" page would be to late

Anyone here with a nice way of doing this?

Noel

PS.. Small note: It DOES NOT need to show the progress of the upload.. All
it needs to show is the animated gif!


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sh Crypto isakmp sa is showing Active but Tunnel is showing line protocol down. urvin Cisco 0 04-15-2008 08:17 AM
ASP 1.1: DataGrid - Showing/Not Showing Buttons Ray Booysen ASP .Net 2 03-28-2006 02:49 PM
ftp uploading vs. control panel uploading Dung Ping HTML 10 01-16-2006 10:43 AM
Web Service: Uploading files and setting file security on a file server wym ASP .Net Web Services 0 04-26-2004 02:02 PM
Re: Uploading a file to a file server?!? Tom ASP .Net 1 10-21-2003 12:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57