We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 19726
    • 239 Posts
    Currently there is no such option, the only thing you can restrict is on file extensions. This function could of course be added, but I am currently way to busy with other things to work on this snippet :-(
      • 18503
      • 45 Posts
      Thanks for the response. I figured that it probably didn’t support this (since i saw no mention of it) but thought i’d ask just to make sure! smiley
        -dan
        http://wylio.com
        Wylio - Pictures for Bloggers
        • 33337
        • 3,975 Posts
        Hi Mitch, is this snippet compatible with 095 public release?

        thanks
          Zaigham R - MODX Professional | Skype | Email | Twitter

          Digging the interwebs for #MODX gems and bringing it to you. modx.link
          • 19726
          • 239 Posts
          Yes, it is compatible. I also updated the entry in the Repository with that information wink
            • 33337
            • 3,975 Posts
            Thanks a ton Mitch!

            best regards.
              Zaigham R - MODX Professional | Skype | Email | Twitter

              Digging the interwebs for #MODX gems and bringing it to you. modx.link
              • 33992 ☆ A M B ☆
              • 455 Posts
              Hi,
              thx for your good snippet.

              i want build a end-user-upload-pic-gallery (WOW).
              [user can upload limited number of image files(for controlling disk space) in a folder and the images are shown from folder by MaxiGallery.]
              i need a parameter like"total" to limit the numbers and new uploaded files replaced on the oldest uploaded files.

              PLEASE EXCUSE ME FOR MY FEARFUL ENGLISH wink
              i hope you understand embarrassed, if you dont understand, i will explain more grin

              Regards
              AHHP
                God loves me. 【ツ】


                MODX.ir (Persian Support)

                Boplo.ir/modx/ (Persian)
                • 19726
                • 239 Posts
                I am quite busy right now, so I won’t be able to change the snippet to do this. Also it is a bit against the idea I had for the snippet (just upload files, nothing more, nothing less). Maybe I should add some events so you can execute special actions on successful upload or something. But as said before, I don’t have time it now.

                Also I am pretty sure that Maxigallery won’t just show pictures that are dumped in a folder. As far as I know you have to upload the images through Maxigallery so the database will get updated properly. You might want to check this first.
                  • 33992 ☆ A M B ☆
                  • 455 Posts
                  THANKS A LOT for replying and guiding. wink grin
                    God loves me. 【ツ】


                    MODX.ir (Persian Support)

                    Boplo.ir/modx/ (Persian)
                    • 22539
                    • 5 Posts
                    ..ok i thought there was an bug in FileUpload..but i was wrong. Still a bit of an noob i guess tongue
                      • 1326
                      • 40 Posts
                      I urgently need to upload files with up to 100MB size. I’m using FileUpload and I guess FileUpload doesn’t limit the files size. But the Webserver does. So is there a way I can create a workaround? Perhaps cut the file into pieces and the upload the partsand put them together when the parts are uploaded.

                      I know you can somehow bypass the limitation with a cgi-script. But I don’t think I can inclusde this script into my architecture.


                      --- Problem solved with a PERL-script ---