473,383 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

How to Print Status during the MultipleFile Upload Operation in PhP

46
Hi all,
I Need your help.......
I developed the code for multiple file upload in PHP.
In My Program there is [Logic]
3 File Input type ==> Getting the File Name
3 iFrame tags ==> Status of File during the upload process
1 Submit Button==> (Attach Command) Click to proceed the process
Actually i want to show the status of each and every file when clicking submit button for uploading process.
Like, Before Uploading it will show "Processing...." as Status and After Uploaded on to server "Uploaded Successfully" as a status. So, this message will be shown for each and every files.....

In my program i got only the final message i.e Uploaded Successfully and i am not getting "Processing..." Message..

Any one please give me the solution for this.........

With Regards,
Velmurugan.H
velharicse@gmail.com
Oct 18 '06 #1
1 1466
brid
13
JavaScript helps you.
As very basic example:
<html>
<script>
function showIt(id) {document.getElementById(id).style.visibility="vis ible"}
function hideIt(id) {document.getElementById(id).style.visibility="hid den"}
</script>

<body>
<div id="div1" style="visibility:hidden; position:absolute; left:0; top:0;">
<p>Processing.....</p>
</div>
<div id="div0" style="position:absolute; left:0; top:0;">
<p>
<input type="submit" value="Click Me!" onclick="hideIt('div0'); showIt('div1'); return true;">
</p>
</div>
</body>
</html>
Oct 19 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Manfred Schwab | last post by:
Recording messages and print statements in a textfile during program execution. Is there a similar command to redirect errormessages or print statements into a standart asciifile during...
14
by: Marcin Ciura | last post by:
Here is a pre-PEP about print that I wrote recently. Please let me know what is the community's opinion on it. Cheers, Marcin PEP: XXX Title: Print Without Intervening Space Version:...
2
by: ashtonn | last post by:
Hello, How do i print values returned by Py_BuildValue in Linux? PyObject *obj = Py_BuildValue("{s:i}", "Status", status); I need to print the Status value here -Thanks, Ashton
0
by: ShaSha | last post by:
Hi, I am trying to upload XML files via HTTP to an HTTP server from java client instead of browser. On the HTTP server side, there is a Perl script that will be receiving the incoming file and files...
3
by: Gary O'Malley | last post by:
Everytime I download a file from the web I get a nice animated dialogue box that shows the size of the file, how much has been received and the approximate remaining time. It also gives the...
0
by: J M | last post by:
How do I go about writing HttpWebRequest to get IPP printer status request from remote printer? I have been running ippprint utility but it's not working across proxy servers so I have to write...
2
by: Brian Henry | last post by:
I am uploading a file from the file input box (textbox with a browse button) but when you tell the file to upload the client doesn't see anything happen until its done uploading... I'd love to...
3
by: iw3arv | last post by:
Hello, I've, probably, a simple problem but I'm not able to figure the solution!!! I've realized a web service method that reads an Excel sheet and convert the information in xml. This...
9
by: tshad | last post by:
I have a Windows App that is doing some work and then writing a "Now Processing..." line to the status line of the window as well as the Textbox on the form. But the problem is that the work is...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.