raduenea Posted October 29, 2011 Share Posted October 29, 2011 Hi I have website where users can upload pictures on server. Sometimes it take 4-5 seconds until the upload it's finish. What can I do that when I click on upload button an icon appear in middle of the screen and disappear then the pictures was finish uploading. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/250041-loading-icon/ Share on other sites More sharing options...
ZulfadlyAshBurn Posted October 29, 2011 Share Posted October 29, 2011 are you using ajax to upload the files? use ajax/jquery to run php and check if file exist on server else show loading? Quote Link to comment https://forums.phpfreaks.com/topic/250041-loading-icon/#findComment-1283226 Share on other sites More sharing options...
raduenea Posted October 29, 2011 Author Share Posted October 29, 2011 I'm not using ajax to upload files. I'm using the classical upload. How can I do that? Quote Link to comment https://forums.phpfreaks.com/topic/250041-loading-icon/#findComment-1283228 Share on other sites More sharing options...
ZulfadlyAshBurn Posted October 29, 2011 Share Posted October 29, 2011 use ajax/jquery to run php and check if file exist on server else show loading. Quote Link to comment https://forums.phpfreaks.com/topic/250041-loading-icon/#findComment-1283229 Share on other sites More sharing options...
ZulfadlyAshBurn Posted October 29, 2011 Share Posted October 29, 2011 or you change the innerHTML of a div to an image when the user clicks upload. Quote Link to comment https://forums.phpfreaks.com/topic/250041-loading-icon/#findComment-1283230 Share on other sites More sharing options...
M0n5terBunny Posted October 29, 2011 Share Posted October 29, 2011 i usually ask it to redirect to a page with a loading image as in a gif on a loop and then when the upload is done echo upload done. and then head back to the upload form Quote Link to comment https://forums.phpfreaks.com/topic/250041-loading-icon/#findComment-1283242 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.