PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 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?
Attached Images
File Type: jpg missing process button.jpg (10.1 KB, 14 views)

Last edited by skidpics; March 13th, 2009 at 05:04 PM.
skidpics is offline   Reply With Quote
Old March 13th, 2009, 05:07 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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.
skidpics is offline   Reply With Quote
Old 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.
skidpics is offline   Reply With Quote
Old 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
skidpics is offline   Reply With Quote
Old March 13th, 2009, 05:27 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
http://www.reeftalk.com/gallery/imag..._white_add.png

Thats the button right?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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
skidpics is offline   Reply With Quote
Old March 13th, 2009, 05:41 PM   #8 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Quote:
Originally Posted by Chuck S View Post

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
skidpics is offline   Reply With Quote
Old March 13th, 2009, 05:50 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
Well I will let Michael know.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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.
skidpics is offline   Reply With Quote
Old March 13th, 2009, 05:56 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
try this template as you can not switch code
Attached Files
File Type: tmpl uploadphoto2.tmpl (11.0 KB, 11 views)
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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..
skidpics is offline   Reply With Quote
Old March 13th, 2009, 06:00 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
works fine it is not old and there is indeed a submit button
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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.
skidpics is offline   Reply With Quote
Old 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?
skidpics is offline   Reply With Quote
Old March 13th, 2009, 06:03 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
download the template and upload. I definately tested before I posted
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old March 13th, 2009, 06:04 PM   #17 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Quote:
Originally Posted by skidpics View Post
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
skidpics is offline   Reply With Quote
Old March 13th, 2009, 06:08 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
and what is that?

Having submit not appear until flash is done?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old March 13th, 2009, 06:26 PM   #19 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Quote:
Originally Posted by Chuck S View Post
and what is that?

Having submit not appear until flash is done?
yep - that is how the other one worked.
skidpics is offline   Reply With Quote
Old March 13th, 2009, 06:28 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need the flash uploader fixed jdougher Photopost Pro Bug Reports 18 April 2nd, 2009 01:07 PM
Flash uploader broken again jdougher Photopost Pro How Do I...? 2 January 9th, 2009 08:02 AM
Flash uploader Dave Leishman Photopost Pro How Do I...? 7 December 4th, 2008 03:53 PM


All times are GMT -5. The time now is 04:26 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0