You need to sign in to do that
Don't have an account?

How to upload image and change app's logo
I'm trying to upload a logo.png (1kb) file to replace the default logo for an app in Salesforce.
I've been following many examples on the internet (1 (http://clicksandcode.blogspot.com.au/2011/12/how-to-add-your-company-logo-in.html), 2 (https://success.salesforce.com/answers?id=90630000000gpwGAAQ), 3 (http://forcemonkey.blogspot.com.au/2010/01/how-do-i-add-my-own-custom-logo-to.html)) but they all appear to be based on older versions of Salesforce - apparently the interface changed quite a lot since then and I see no links referred to in those examples.
How do I upload an image to Salesforce (v31.0)?
I've went to Setup -> Build -> Develop -> Static Resources and uploaded my image (set to Public) there but it doesn't appear when I try to use it to replace the logo of my app in
Setup -> Build -> Create -> Apps -> [my app] -> Edit -> Insert an Image
A popup shows up with 'My Personal Documents' and it shows there are no files there.
Where/How should I upload the image so that it is used with my deployed managed package?
I've been following many examples on the internet (1 (http://clicksandcode.blogspot.com.au/2011/12/how-to-add-your-company-logo-in.html), 2 (https://success.salesforce.com/answers?id=90630000000gpwGAAQ), 3 (http://forcemonkey.blogspot.com.au/2010/01/how-do-i-add-my-own-custom-logo-to.html)) but they all appear to be based on older versions of Salesforce - apparently the interface changed quite a lot since then and I see no links referred to in those examples.
How do I upload an image to Salesforce (v31.0)?
I've went to Setup -> Build -> Develop -> Static Resources and uploaded my image (set to Public) there but it doesn't appear when I try to use it to replace the logo of my app in
Setup -> Build -> Create -> Apps -> [my app] -> Edit -> Insert an Image
A popup shows up with 'My Personal Documents' and it shows there are no files there.
Where/How should I upload the image so that it is used with my deployed managed package?
First of all you have to upload image to documents.
To do this follow these steps
1.Click on Documents Tab
2. Click on New Button
3.Upload the Image that you want to use as logo, while uploading make sure you check the "Externally Available Image" and be sure about the folder in which you are uploading this image.
4. Click Save.
Now you have to add this Image to your app.Follow the below steps.
1.Go to Setup >Create> Apps
2.Click Edit in front of your app.
3.Click on Insert Image .
Now a pop up will appear with your uploaded logo
If you cannot see the file you want make sure file location is exactly that you want from the above drop down box.
4.Click on the image name.
5.Click Save.
All Answers
First of all you have to upload image to documents.
To do this follow these steps
1.Click on Documents Tab
2. Click on New Button
3.Upload the Image that you want to use as logo, while uploading make sure you check the "Externally Available Image" and be sure about the folder in which you are uploading this image.
4. Click Save.
Now you have to add this Image to your app.Follow the below steps.
1.Go to Setup >Create> Apps
2.Click Edit in front of your app.
3.Click on Insert Image .
Now a pop up will appear with your uploaded logo
If you cannot see the file you want make sure file location is exactly that you want from the above drop down box.
4.Click on the image name.
5.Click Save.
I have followed exactly what you have suggested here and it has not worked. Is there potentially any tickbox permission that I don't have on my profile (I am a system admin) or that is not activated for the org or possible anything else I could be missing?
I can upload the file in a folder in documents, and it is 16k, but when I come to upload it into the app, I see no files at all within any folders in documents.
Thank you in anticipation.
Catherine
Just make this checkbox ticked "Externally Available Image" and Bingo.
For doing this just goto Document tab>> select your image and click on edit>> tick the checkBox >> Save it >> DONE
The solution worked.Thank you