Results 1 to 8 of 8

Thread: jQuery Uploadify - Question for anyone who has used it - ever.

  1. #1
    Join Date
    May 2009
    Posts
    130

    Question jQuery Uploadify - Question for anyone who has used it - ever.

    Hi everyone,
    Does anyone have any experience using the jQuery file upload plugin uploadify?

    I'm having some trouble implementing it into my site, and I can't seem to get any help on their forum.

    If you have had experience with it, all I'm trying to do is even just get the basic demo to work - I can't even seem to get it to do that - even using the code that they give you in the demo package (and then of course changing the appropriate links). I'm stumped...

    I wanted to use it because it seemed easier then modifying my own shakey upload system, but I'm struggling...

    Any help is appreciated. Thanks!

  2. #2
    Join Date
    Jan 2013
    Posts
    6

    Are you willing to try another?

    Why reinvent the wheel right? I'd just get a pre-built file manager too. Personally I tried elFinder and integrated it with TinyMCE. You just need elFinder though if you want a file manager it's pretty slick check it out.

  3. #3
    Join Date
    May 2009
    Posts
    130
    Thanks khayhurst,
    Exactly, well, except I did reinvent the wheel for a different site, but that wheel doesn't work with this one - hence I'm trying to get uploadify to work... However, ya, I'd be willing to try a different one. I need it to be simple and be able to upload about 50 images at once (it's for a photography site). Progress bars are good to have too. Does the elFinder do that?

  4. #4
    Join Date
    Jan 2013
    Posts
    6
    Hmm, unfortunately not... Then there's Plupload, you can use it under the GPLv2 license or the commercial single site license is like 15 bucks

  5. #5
    Join Date
    May 2009
    Posts
    130
    Okay, thanks for the suggestion, but I'm still trying to hold out for a free version .

    I've gone back to trying to use the upload script that I wrote. It's fairly basic, and it doesn't use Ajax (thus it just uses PHP's file upload capability through the $_FILES super global array). This works, but depending on how many files I try to upload - or how big the files are, it doesn't work. I'm wondering if anyone knows what would cause this to happen. I'm thinking it's something in the php.ini file such as:
    max_upload_size
    max_execution_time
    max_input_time
    etc.

    If that's the case, is it safe to alter those, and if so, can I do that on a server that I don't have the control of the php.ini file for?

    Sorry, I realize this is a lot of questions, but any answers are appreciated, thanks!

  6. #6
    Join Date
    May 2009
    Posts
    130
    Well, it turns out that if I use the ini_set() function like so:
    ini_set('max_execution_time', 300);

    I can modify the settings that are causing the page to crash. It's a bit of a clunky solution, but it seems to work.

  7. #7
    Join Date
    Jan 2013
    Posts
    6
    Ah, I see, good to know
    Apparently you cannot change the max upload size at run-time and it can only be changed in the php.ini . I had forgot about the timeout though thanks for the reminder. I'm guessing you may have to increase this at some point if it's a photography site. Those images tend to be very large file sizes and it will also depend on the user's upload speed. Glad to hear it's working!

  8. #8
    Join Date
    May 2009
    Posts
    130
    Oh, okay, I didn't know that you can't change the max upload size at run time... But it seems to be working well now yes, I just have to make sure that my client doesn't try to upload images that are more then 400px in width. That seems to create an okay file size.

    I'll try to post if I ever get a solution with uploadify or something like that...

Similar Threads

  1. Jquery Clock Question
    By CaldwellYSR in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 11 Jun 2011, 10:38 AM
  2. jQuery Please Help!
    By xoziggieox in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 28 Aug 2010, 11:42 AM
  3. Jquery Help
    By chris_p in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 17 Feb 2010, 06:46 AM
  4. JQuery Slider + jQuery Popup = Problems
    By zibizibi in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 08 Aug 2009, 08:56 AM
  5. jQuery: jCarousel specific implementation question
    By MultipleParadox in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 04 May 2009, 01:13 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •