ok so ive made some discoveries and still am having a problem
Basically trying ecto and trying Iblogger the one feature thats pretty important doesn't work Thats including a image on your post.

What I have done

On my main site I enabled blog api and gave permissions to each available function -- Blog - Story etc etc

The basic posting of content works but you cannot include a image
The error I receive on ecto is ------ It is not possible to upload the file because it exceeded the maximum filesize 0 bytes.

Because I have multiple modules active I tried another option
created a clean install with nothing configured

Made blog api active and check what could be used
set the account up in the blogging software still the same error when adding a image.

there has got to be something missing

I have read about movable type api and that it needs to be selected however I do not see this api anywere in the installation or under the blog api configuration

any help or thoughts?

Comments

noaim’s picture

update: Under a test account not a admin account typical authenticated user. It does not error out it posts the blog or story but when the story hits the site the image is not there its stripped.....

and in the blogging applications it shows the image as being in the post...

webluke’s picture

I was having the same problem with uploading files/images with the blog-api. I looked around a lot and tried a few things the the only thing that has been working is to allow the use of the blog-api to authenticated users, but as the the first user / main admin should be able to use this without allowing all users to use the api.

Here is the link to the site I found the info on: http://www.bluemangolearning.com/forums/viewtopic.php?pid=749#p749

Hope this helps :)

------------------------
WebLuke
http://www.webluke.net

sam moore’s picture

Thanks guys, you just saved me several hours.
I was having the same problem using MarsEdit to post as user #1, and had forgotten about setting perms on Blog API.
For some reason, you have to explicitly allow authenticated users to use Blog API, even if you're posting as user #1.

hebbar10’s picture

Thanks, this solution worked for me .

falkd’s picture

I still have the "exceeded the maximum filesize of 0 Bytes." and as long it persists, drupal is not any useful to me.

parrottvision’s picture

I am using ecto on drupal 6.9 and this fixed worked for me. Thanks!!

Also check you files uploads limits are OK and your blog upload api file limits are ok.

aamato’s picture

It is still not working for me. I am using drupal 6.15
I have done all that is described here, and I still got the following message

It is not possible to upload the file, because it exceeded the maximum filesize of 0 bytes.

When uploading torcicolo-dor-pescoco-cervicalgia-thumb.jpg.

Please contact the site's administrator for more assistance.

Any suggestions ??
Thanks a lot !

smke9’s picture

I thought all you needed was your api key and most blog posting software like windows live writer and firepow would post with no problem. You should try those desktop blogging softwares.

jdleonard’s picture