Quote:
|
Originally Posted by bmacfarland
I can't seem to figure out what my upload picture preferences should be. I'm trying to post a picture to a free blogger account I created. Any default preferences that might help me? I'm not even sure what format to enter the preferences in.
|
Upload image preferences in "Options->preferences" contain the following:
1. Upload base URL (i.e. FTP path where images will be uploaded).
You can put here smth like
ftp://ftpserver/web/images
Upload URL
ftp://ftpserver/web/images means that uploaded
file yourimagefilename.jpg will be stored in
ftp://ftpserver/web/images/yourimage...ndomnumber.jpg
2. Target base URL (i.e. resulting HTTP URL prefix).
You can just put here smth like
http://webserver/~user/images.
Image URL (like
http://webserver/~user/images/yourim...ndomnumber.jpg) will be generated automatically.
3. Login. FTP account login.
4. Password. FTP account password.
When adding image upload tag in post you may use these default parameters and change only image "name" (i.e. filename).
Alex.