Search

You searched for the word(s):
< 1 second(s)
  • Re: Hiding Upload Button while Uploading

    'onProgress' &nbsp; &nbsp; : function (evt, queueID, fileObj, response, data) { $(\''#id1\'').empty(this).append(\''&lt;div id=\\''id2\\''&gt; The text you would like to insert while upload started in place of the button &lt;/div&gt; \'');&nbsp; } });Place this to the end of the .uploadify({
    Posted to Ajax Uploader (Forum) by Minisuit on August 7, 2012
  • Re: Filename pattern

    A comma-separated list of regular expressions, used to filter the attachments by file name. Note that the parameter values must be regular expressions. For example:To match a file suffix of 'jpg', use .*jpg (not *.jpg).To match file names ending in 'jpg' or 'png', use .*jpg,.*png
    Posted to Ajax Uploader (Forum) by Minisuit on August 7, 2012
  • Re: Session Expire during Upload

    if &nbsp;session Is less then the Session will be expired irrespective of what ever is been done .&nbsp;So increase the session time to avoid this problem. try to set the session for &nbsp;Minimum 10 minites
    Posted to Ajax Uploader (Forum) by Minisuit on August 7, 2012
  • Re: uploading image problem.

    I think your problem is due to one or more of these:&nbsp;You are using Vista and you are trying to upload files in not public folders&nbsp;Your host doesn't allow uploading some files&nbsp;You didn't apply the correct permissions to Icy Phoenix folders&nbsp;You are trying to upload some fake images (check images headers and extensions)
    Posted to Cute Editor for PHP (Forum) by Minisuit on August 7, 2012
  • Re: Multiple editors not working properly

    It seems multiple editors per page is broken. The second instance on the page seems to work properly, however the first does not behave correctly. For an example, see:&nbsp;&lt;!DOCTYPE html&gt;&lt;meta http-equiv=''X-UA-Compatible'' content=''IE=Edge''&gt;&lt;meta charset=''utf-8''&gt;&lt;title&gt;wysihtml5 - multiple ...
    Posted to Cute Editor for PHP (Forum) by Minisuit on August 7, 2012
  • Re: Inserting image from custom imagegallery

    Step 1 Defining Custom Image SizesFor your theme to support custom image sizes you have to edit the functions.php file found in your themes folder. Open your theme&#8217;s functions.php and check if you have a line that looks like this:add_action( 'after_setup_theme', 'function_name' ); &nbsp;This hook is called during a theme&#8217;s ...
    Posted to Cute Editor for PHP (Forum) by Minisuit on August 7, 2012