
I am guessing that this might apply to other languages as well or at least be a similar solution but I can confirm this for php If you are having trouble finding the MIME-type of a particular file just use this site. You must specify both the extension and MIME-type of the file. This is where you need to add your extensions and MIME-types that you want to allow. In those files you will see something like 'allowedExts' => array('zip', 'txt', 'pdf'),

#Does floola still work download#
When you download the Froala SDK you need to head over to wysiwyg-editor-php-sdk-master/lib/FroalaEditor/File.php //for File uploadĪnd wysiwyg-editor-php-sdk-master/lib/FroalaEditor/Image.php //for Image upload If you don't reguardless of this option it will not work. The thing that Froala is not telling you is that in order to be able to upload any file type you have to specify the extension of the file as well as the MIME-type. The following Froala specifies that this option will allow any file type to be uploaded.wrong. I had experienced multiple issues with both image and file uploads and spent many hours going crazy till after a few weeks I finally figured out the issue and hope this can help someone else. Now Open included javascript file and just find and change the imageUploadURL parameter to url of your upload_image.php file, in my case, it is: imageUploadURL: " I am going to add an answer here because for one Froala's documentation is terrible. The editor can also be initialized on a textarea.
#Does floola still work code#
I have gone through the same issue and I am sharing working code for you. I have tried placing all the files together in the same folder but no luck. In upload_image.php, I have replaced the upload folder path (original: to just uploads and created an uploads folder in that directory. $name Įcho stripslashes(json_encode($response)) ImageUploadURL: '/assets/upload_image.php', It's definitely something wrong with my code. The dialog box that asks you to choose an image pops up, and after selecting the image, it dismisses but nothing happens on the page afterwards. When I click the upload icon in my editor and select an image to upload, nothing happens. Yo had a similar problem with the ldd command, which you misunderstood to be Idd.I have read the Froala Help Docs over 10 times now. If you can't access this forum from your Puppy Linux installation perhaps you could cut and paste the commands into a file and transfer that to your Puppy machine.

It's best to cut and paste the text from this forum to the command line in a Puppy Linux "console" window. (Excuse me if you already know all this Unix stuff.) You can check what your current directory is with the "pwd" command. If you omit the leading slash it will try to create usr/lib/libgtk-x11-2.0.so within the current directory, but if there's no sub-directory usr/lib already present it will fail to create the file, reporting the error message that you saw. What the ln command does is to create a link file called /usr/lib/libgtk-x11-2.0.so that simply points to /usr/lib/libgtk-x11-2.0.so.0, so when a program tries to access /usr/lib/libgtk-x11-2.0.so it actually uses /usr/lib/libgtk-x11-2.0.so.0 instead.


Ln: creating symbolic link 'usr/lib/libgtk-x-11.2.0.so': No such file or directoryand it's clear that these are not the same because the leading slash in the path name (in your error message) is missing.
