Posted by ImOk on 12/14/21 11:51
Usually when a customer doesnt get it, it just means the message is not
clear. Just change the second message to say:
"After a long and tedious upload we have finally uploaded your file
succesfully. "
or if you dont want to be cynical just say:
"Uploading bla bla bla file details bla bla bla ....\nFile uploaded
succesfully".
This way it gives the illusion that the upload did something. It's all
about the message.
Or you can use sleep(n secs);
Ian Davies wrote:
> I have a script which uploads files to my site.
> I limit file size and the files upload quickly
> The a summary of what happens is
>
> MESSAGE "Uploading bla bla bla file details bla bla bla
> Script to transfer the files
> MESSAGE "File uploaded sucessfully"
>
> Because this happens so quickly the messags appear at the same time. I wish
> to have a second delay between the first and second message. How do I insert
> a delay into my script. This is purely cosmetic just to create the
> impression that something is churning away uploading the file
>
> Ian
Navigation:
[Reply to this message]
|