Upload Endpoint

Hi,

I’d like the ability to upload mp3 files with a custom title and description. Looking at the “Upload Endpoint” part in the docs, I see that this should be possibly by passing title and description with the upload object. However, I’m planning to use this in production, and as you advise against it I just want to check if there’s any serious issues with it, or if I can use it?

Thanks for an awesome plugin!

Hi Tobbe,

There isn't any serious issue but always test new things on a testing server and if that works fine only than move it to production because you never know what may goes wrong.

Ok, thanks!

Just before I do anything unnecessary – is it possible setting the title and description using the anywhere uploader?

Yes it is possible, you need to pass title and description along with file in the ajax call which uploads the file.