If you have duplicate image names in different subfolders, actinic obviously doesn't like this because it uploads them all into the acatalog folder. I like the check and it's good that it is done, problem is it is done far too late in the process and should be one of the first things done.
Make the first part of the upload process the check, that way we can watch to make sure that all goes through OK and then leave our desk or do some other work. The problem is exacerbated by actinic's failure to relay when there has been an error suffered, if you do not have it as your active application screen. You think it's uploading in the background, but switch back after however many minutes to find it has completely stopped and isn't in fact.
I don't understand why images are sent last either, that means a page can be live without its images, sounds backwards to me, if the images are all uploaded first, then as the page is loaded, it is complete and functioning.
So in summary, do things in this order:
It's incredibly unlikely that an image loaded before its page will create any problems, it is however an almost certainty to have incomplete pages without images, using the current method.
Make the first part of the upload process the check, that way we can watch to make sure that all goes through OK and then leave our desk or do some other work. The problem is exacerbated by actinic's failure to relay when there has been an error suffered, if you do not have it as your active application screen. You think it's uploading in the background, but switch back after however many minutes to find it has completely stopped and isn't in fact.
I don't understand why images are sent last either, that means a page can be live without its images, sounds backwards to me, if the images are all uploaded first, then as the page is loaded, it is complete and functioning.
So in summary, do things in this order:
- Check for duplicate images or duplicate page names (if any found help us find them!)
- Then load all images
- Then load all pages
It's incredibly unlikely that an image loaded before its page will create any problems, it is however an almost certainty to have incomplete pages without images, using the current method.
Comment