 | |  | | | Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here. |
March 13th, 2009, 04:58 PM
|
#1 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Flash uploader and Firefox
I finally got it to work with upgrading my flash plugin for firefox.
after closer examination, I can select photos, but once completed uploads, there is no process button - is this something that was missed?
in the IE version, there is no "Process Uploads" button anymore, rather the only button I can see to process those uploads is to click on the button on the bottom of the page, in the xtra options.
Any suggestions?
Do we need to upload the /image folder also to get these to show? I have some custom images in there, so would rather not, or at least know the name of the files to add?
Last edited by skidpics; March 13th, 2009 at 05:04 PM.
|
| |
March 13th, 2009, 05:07 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
I would suggest uploading everything except the config files usually incase Michael forgot something in his instructions.
|
| |
March 13th, 2009, 05:08 PM
|
#3 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
crap - I have too many modification to deal with that.
|
| |
March 13th, 2009, 05:11 PM
|
#4 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
for starters, in images/XPButtonUpload.png needs to be copied over ;-)
but that doesn't fix the process button to show.
|
| |
March 13th, 2009, 05:15 PM
|
#5 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
and just to let you know, it doesn't show on your online demo either: Main Index - PhotoPost Photo Gallery
Might need to get Michael involved pretty quick since lots of people are upgrading to support 10 right now. hmm
|
| |
March 13th, 2009, 05:27 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
| |
| |
March 13th, 2009, 05:29 PM
|
#7 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
nope - there used to be a 'Process Images" button that would pop up after the images were completed..
there isn't even a blind link hidden on the page - it just isn't there to complete the uploads. baically, the part to pass it to bulkupload is gone?
If you have upgraded, and upload photos, and are admin, the only way to process the images is to click on the button on the bottom of the page, the one that you use for admin options.. other than that, there is nothing else, not even a list for url uploads
|
| |
March 13th, 2009, 05:41 PM
|
#8 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S |
YOu might be right, but I don't recall it looking like that. Looking at an old source code for uploadphoto2.tmpl from 6.2 and it shows in there
|
| |
March 13th, 2009, 05:50 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
Well I will let Michael know.
|
| |
March 13th, 2009, 05:54 PM
|
#10 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
The only differerence I see in uploadphoto2.tmpl is this:
In 6.2 version: Quote:
var Content='<div class=\"content\">'
+ '<div>'
+ '<button id=\"btnBrowse\" type=\"button" style=\"padding: 5px;\" onclick=\"swfu.selectFiles(); this.blur();\"><img src=\"{$Globals['idir']}/page_white_add.png\" style=\"padding-right: 3px; vertical-align: bottom;\">{$Globals['pp_lang']['selectfiles']}</button>'
+ '<button id=\"btnCancel\" type=\"button\" style=\"padding: 5px;\" onclick=\"swfu.cancelQueue();\" disabled=\"disabled\">{$Globals['pp_lang']['cancelall']}</button><br />'
+ '</div>'
+ '<div class=\"flash\" id=\"fsUploadProgress\"></div>'
+ '</div>';
|
in 6.21 version: Quote:
var Content='<div class="content">'
+ '<div>'
+ '<table width="100%"><tr><td><span id="spanButtonPlaceHolder"></span></td>'
+ '<td><button id="btnCancel" type="button" style="margin-left: 2px; font-size: 12px; height: 22px;" onclick="swfu.cancelQueue();" disabled="disabled">Cancel All</button><br />'
+ '</td></tr></table>'
+ '</div>'
+ '<div id="divStatus">0 Files Uploaded</div><br /><div class="flash" id="fsUploadProgress"></div></div>';
|
I switched the code to default from 6.2, but that made the uploader not work.
|
| |
March 13th, 2009, 05:56 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
try this template as you can not switch code
|
| |
March 13th, 2009, 05:58 PM
|
#12 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
that one doesn't work - it is the old one from 6.2, isn't it. When clicking on button, there is just nothing..
|
| |
March 13th, 2009, 06:00 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
works fine it is not old and there is indeed a submit button
|
| |
March 13th, 2009, 06:01 PM
|
#14 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
let me refrsh my cache and see what it does.
I also tried in IE, and nothing.. hold on.
|
| |
March 13th, 2009, 06:02 PM
|
#15 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
My fault - I had another file in the place, and the download renamed it..
That seems to work - what did you do?
The only thing I see is that the button used to appear once the uploads were done, not all the time, which could make it confusing. Can we have it disabled until uploads completed?
|
| |
March 13th, 2009, 06:03 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
download the template and upload. I definately tested before I posted |
| |
March 13th, 2009, 06:04 PM
|
#17 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by skidpics My fault - I had another file in the place, and the download renamed it..
That seems to work - what did you do?
The only thing I see is that the button used to appear once the uploads were done, not all the time, which could make it confusing. Can we have it disabled until uploads completed? | it works! Except for what I noted above
|
| |
March 13th, 2009, 06:08 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
and what is that?
Having submit not appear until flash is done?
|
| |
March 13th, 2009, 06:26 PM
|
#19 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S and what is that?
Having submit not appear until flash is done? | yep - that is how the other one worked.
|
| |
March 13th, 2009, 06:28 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,695
|
Well I cant speak about the way the new one works because I did not work with the new flash uploader in any way.
I was able though to post up a template that does work regardless of any prior version or how it worked.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 04:26 PM. | |