Oli Redmond
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced uploader] chunk sizeHi,
the easiest way would be change the upload script to adjust the transport overhead.
edit line 97 of advanced-uploader/js/upload.js to change overhead size. currently it is set to 2kbytes.
you will also need to edit line 270 of advanced-uploader/upload.php to remove the min from the filename.
let me know if that helps.
Oli
Forum: Plugins
In reply to: [Advanced uploader] Missing File Path Back Slashversion 2.09 should resolve this issue
Forum: Plugins
In reply to: [Advanced uploader] Optionally create a PNG for each PDF pageHi,
i’m sorry that it is not creating thumbnails correctly for you. i use it regularly for SVG and PNG and they work correctly on my setup. if you can share an image and you setup e.g. browser/version, operating system. I can see if i can recreate the problem.
Forum: Plugins
In reply to: [Advanced uploader] chunk sizeHi,
I have made it dynamic based on the what the server thinks the limit is. when you turn off the advanced uploader what does wordpress say the upload limit? can you upload a file of that size?
Forum: Plugins
In reply to: [Advanced uploader] Missing File Path Back SlashHi,
I do not have this issue so must be down to server config, i will update code to make more robust once i figure out how to get my SVN working again.
Forum: Plugins
In reply to: [Advanced uploader] Optionally create a PNG for each PDF pageHi,
it should be possible, but i’m using a pdf.js library so i don’t now how good the images will be. Do you have any particular file naming or folder structure requirements?
Forum: Plugins
In reply to: [Advanced uploader] Warnings on foreach loopsclosing as i have had no further responses.
Forum: Plugins
In reply to: [Advanced uploader] Getting this in my error logIt will be fixed in the next version, get option was not working as expected.
Forum: Plugins
In reply to: [Advanced uploader] Advanced uploader seems to break Nirvana themefixed in 2.04
Forum: Plugins
In reply to: [Advanced uploader] Advanced uploader seems to break Nirvana themefixed in 2.03
Forum: Plugins
In reply to: [Advanced uploader] test install fails upload.1. I do not understand the function of the checkbox “Add to Library”. Does that mean that it will show up as a choice in the uploader for editors?
This means that the uploads to this destination will be included in the wordpress library.
2. If I can add folders to the list of choices why can’t I use the settings to actually create new locations in the default upload folder? These folders must already exist.
I thinking about adding this feature but i think i would need to make sure how to handle the tieding up. If you auto create directories what if the is a typo.
3. If they must exist inside the default upload folder then why does the path have to contain the root path to the upload folder? It is implied by the rule.
To keep the interface and functionality simpler i have chosen to use the full path. but now i thinking about it i could auto populate when new destination box when added to the page.
Where are these alternate locations stored?
Alternative locations can anywhere on the web server you have access to.
for further chat I will email you
Forum: Plugins
In reply to: [Advanced uploader] Warnings on foreach loopsI have made some updates to remove the errors, but the $cats is one i fixed a while ago and had initiated on line 63.
I don’t seem to be to generate any errors on my test site. what did you do to enable php errors so i can recreate?
Forum: Plugins
In reply to: [Advanced uploader] test install fails upload.I have just uploaded a 2.0 version this should fix the problem, i have also added some error checking to the chunk uploading.
Forum: Plugins
In reply to: [Advanced uploader] test install fails upload.On site i’m using it has a 2mb limit but it was ignoring the extra data 1,500bytes. so i have adjusted the amount to transfer. but i’m have just trying to figure out how to improve the error handling so i can handle the errors sent back correctly. I have extended the wordpress uploader for this plugin, so i think it is ignoring errors when a file is split into chunks as they don’t support this.
Forum: Plugins
In reply to: [Advanced uploader] test install fails upload.The plugin tries to transfer maximum chunk size (amount to transfer in 1 go). From the log is clear that it is trying transfer more than your 8MB limit. I will do some investigation into the best way to handle and improve error handling. I will update this post when i have updated the plugin.