Fine-uploader with standard form

240 views Asked by At

Is there somewhere or does someone know how to use fine-uploader with a basic form, no ajax? I've attempted to use the standard method with Mura CMS and 12 hours later Mura's internal permissions have beaten me.

1

There are 1 answers

0
Mark Feltner On

This is from the perspective of a Fine Uploader developer, not a user or developer of Mura CMS (which I have no experience with):

Fine Uploader does not have a way -- currently -- to turn AJAX requests off and use a form submit manually. All of this is done internally as Fine Uploader progressively enhances itself as browser features are supported.

If your framework does not allow AJAX requests to be made to it one workaround would be to setup a separate server on another domain just to handle uploads. You would have to enable CORs and setup access-control rules, but this would then allow you to make AJAX requests to upload.

The real question is why does your CMS not allow AJAX and how because that might give clues as to another workaround.