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!
XUpload - customize progress bar to other uploader
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
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.
Not really simple manner maybe, but we able to integrate it to your existing PHP script for extra fee if you need.