XUpload - customize progress bar to other uploader

Message
Author
lamaboy20
Posts: 2
Joined: Mar 19, 2008 3:44 am

customize progress bar to other uploader

#1 Postby lamaboy20 » Mar 19, 2008 3:47 am

Hi
I have a website that lets users upload videos. When they upload them, i have a .tpl file that has all there data they are submitting. Then upload.php handles the files and converts them and posts them onto the site instally. What i am trying to do is use the progress bar from xupload, and add it on to my existing one in a simple manner.

If it means that i have to buy xupload pro, then that is ok, i want to know if this is possible and can be done. Thanks!

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Mar 19, 2008 7:48 am

XUpload is not 100% transparent layer above your PHP script, XUpload handle uploads itself, but able to send uploaded files info (filenames saved, status, size) to your PHP script. So if you able to modify your PHP script to handle POST info about already uploaded files, then it will work for you.
Not really simple manner maybe, but we able to integrate it to your existing PHP script for extra fee if you need.

lamaboy20
Posts: 2
Joined: Mar 19, 2008 3:44 am

#3 Postby lamaboy20 » Mar 19, 2008 3:20 pm

Hi
please pm me when you get a chance so we can discuss this, thanks