#1
Hey guys, not sure why but I have tried it multiple ways with multiple projects and even with a new project and while adding the multi-file uploader module is giving me an error even when running the Trongate app as administrator. Any ideas? Looks like possibly a weird character in the error generated. It says "Unable to read file at" and it gives a path to some non-existent filename in my htdocs folder that looks like it is possibly trying to generate. I would add a screenshot but I don't see the option here to. Thanks for any help!
#2
Hi Andrew,

If I were to guess, I'd say it is an issue with the new API Manager. I just created a new app and added a multi-image uploader to a module and I'm not seeing any errors but there is an issue that the files are not being copied over, however, the folders are being created - I'll have a look into it when I get a moment.
#3
Here is a screenshot - https://i.imgur.com/nvO1iR0.jpg
#4
I can't replicate that error message you are seeing in the Desktop App - can you elaborate more on the lead-up to it?

Also, having played some more with the Multi-Picture Uploader, there is definitely an issue with the new API manager...
#5
Damn that sucks. I am really a new user to the framework so I have basically just followed everything by the book as much as I could. Like I said, I tried to add the module on a brand new project as well with same error so I don't know what is happening. I just needed to add an image uploader to this project so I found it is supposed to be easy but I am obviously hitting something here. After searching as much as I could on this topic, I saw that the trongate_filezone module is already included in each project so it got me thinking - is there any way I can manually set it up by making tables or any other steps? That would be great for now!
#6
Have you tried the single picture uploader? It doesn't use the API and should work fine.
#7
Hello!

This one was on me. I apologise.

The API manager has been completely rebuilt (internally) and it required a little tweakery to get it working with the multi-file uploader. Also, I had an error on the 'uploader.php' view file (not related to the Api upgrade).

All has now been fixed.

If you get the very latest Trongate from GitHub then it should work.

IMPORTANT NOTE: You will have to replace your older 'filezone' modules with a new one to fix the broken view file error. Again, I apologise.
#8
Awesome. I wasn't able to get it to work even after replacing all the trongate modules with the newest files for my existing project but it worked ok for a new project. I was still getting the same error but I was able to get it working after comparing files and making a new url database change that I found. I am basically good to go for the image uploader now. Thanks!