Forum Moderators: coopster

Message Too Old, No Replies

File upload script with progress bar?

Need proper file upload script

         

majjk

6:16 pm on Jul 22, 2009 (gmt 0)

10+ Year Member



Hi,
I'm sure most of you are aware of the poor support php has (at least until recently) for upload progress tracking. Apparantly there is something in place that should make it possible to write a progress bar... the only problem is that at the same time my server uses write-caching, which basically kills off this long awaited php feature. Before someone says anything, I'm on shared hosting, so I'll have to live with write-caching

This is what I would like: a file upload script with a progress bar and that can handle all sort of issues, such as duplicate file name, illegal file extensions etc.

In my desperation I have tried almost every script I have bumped into the last couple of years, including commercial ones.

At the moment I'm using uberuploader, where the progress bar is not showing, so displaying an animated gif instead. not good.

How have you people solved this?

chadhaajay

8:33 am on Jul 30, 2009 (gmt 0)

10+ Year Member



Have you tried the code at <snip>

[edited by: eelixduppy at 1:24 am (utc) on July 31, 2009]
[edit reason] no personal URLs, please [/edit]

majjk

8:50 am on Jul 30, 2009 (gmt 0)

10+ Year Member



I haven't actually. However, I came across FancyUpload a few days ago... which actually works for me. I still need to see if I can make it meet my demands, but so far it looks promising.