Jump to content
Sign in to follow this  
thorstone137

Should pageline be using wordpress media uploader

Recommended Posts

thorstone137

I'm testing a new mysql plugin that store files uploaded using the wordpress media uploader to a Amazon S3 Bucket instead of the wordpress database. So far everything seems to work correctly. Except, when I upload images from the pageline setting page or post/page meta settings the returned url is not the correct one. In this config, all files are still managed from the media library, but are actually saved in the S3 bucket. So when the upload is complete the media file url is the actual S3 bucket url. But, when I upload with pagelines the returned url is what it would be if it were actually stored in the wordpress database. The mysql plugin developer is trying to come up with a patch. Rather than that though, I was wondering why pagelines doesn't or can't just use the core wordpress media uploader? Doesn't it make sense to be able to choose from previously uploaded content?


Best Regards! Pagelines = Innovation!

Share this post


Link to post
Share on other sites
catrina
Hm, I'm not sure why this would be. I'll need to forward this question to a developer who would be able to explain. :)

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
Simon
We use http://codex.wordpress.org/Function_Reference/wp_handle_upload to add the image along with http://codex.wordpress.org/Function_Reference/wp_insert_attachment with wp_generate_attachment_metadata() and wp_update_attachment_metadata() All have filters and actions :)

Share this post


Link to post
Share on other sites
irishetcher

Just want to give my feedback on the Media Uploader in Pagelines/Platform five and which incidentally is also used in DMS. It looks very out of date and from a UX point of view not very useful compared to the big grid style of the default uploader used in Wordpress. Not sure why it is not used? 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×