kaosjon Posted January 7, 2012 Share Posted January 7, 2012 i am currently trying to add a uploading/scanning screen to my file upload site, (just to be clear i need the 'design' part of it, like actually displaying the box not anything to do with the scanners, or implementing the scanners, just a box that says scanning with a scanning gif next to it). Pretty much my site allows people to upload files which scans them and then displays the result. All the scanners are up and working but i am trying to add this scanning page. I want it to look a bit like this when you upload a file - www.virustotal.com How would I be able to do this? You don't have to be very specific just like what programming languages, or any examples of code, to help me, i don't really know where to start. Here is my website www.zerovirus.org Thanks for your help Quote Link to comment https://forums.phpfreaks.com/topic/254571-adding-uploadingscanning-screen-for-website/ Share on other sites More sharing options...
scootstah Posted January 7, 2012 Share Posted January 7, 2012 You might be able to use http://www.uploadify.com/ for that. Quote Link to comment https://forums.phpfreaks.com/topic/254571-adding-uploadingscanning-screen-for-website/#findComment-1305410 Share on other sites More sharing options...
kaosjon Posted January 8, 2012 Author Share Posted January 8, 2012 Hi thanks for the reply, but my website already uplaods files, i just want to make it look more professional, so when the file is uploading a box appears in the middle of the screen saying something like scanning/uploading, i want to be able to code this myself. Any ideas on how i can do that? Quote Link to comment https://forums.phpfreaks.com/topic/254571-adding-uploadingscanning-screen-for-website/#findComment-1305412 Share on other sites More sharing options...
scootstah Posted January 8, 2012 Share Posted January 8, 2012 Did you go to that link? Quote Link to comment https://forums.phpfreaks.com/topic/254571-adding-uploadingscanning-screen-for-website/#findComment-1305463 Share on other sites More sharing options...
kaosjon Posted January 8, 2012 Author Share Posted January 8, 2012 Yes i did, but i think it just installs the whole upload process of which i don't want to change from mine, i had a bit more of a look and i think what i want is iframing, but not sure. Quote Link to comment https://forums.phpfreaks.com/topic/254571-adding-uploadingscanning-screen-for-website/#findComment-1305521 Share on other sites More sharing options...
scootstah Posted January 8, 2012 Share Posted January 8, 2012 It's just the front end. The back end can still be the same as you have it. Uploadify will add progress bars and other optional things. But the point here is that you basically want a modal dialog with an upload progress bar, no? I'm pretty sure you could easily extend Uploadify to do that. Quote Link to comment https://forums.phpfreaks.com/topic/254571-adding-uploadingscanning-screen-for-website/#findComment-1305541 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.