Yes and no however, I have modified it some, based on the update of creators of the api.( I get don't have a problem using the basic to upload, I did not use this plugin because I like to do stuff manually I guess.)
I added some extra files from the website download into the plugin which I just felt would do something beneficial. So I ftp the edited version with some extra files and also added them in the addJSFile. I got drag and drop as a result I think however when I upload the file path seems to be corrupt . Some where along the way when it is Parsed I would guess. It shows the name of the file and info about weight etc. and the link to insert. When I try to insert I get a place mark in safari is a little question mark. When I try the img link in firebug it also takes me to the place mark , the place mark is also in the uploads folder, it should save the name I think.
But I don't get the 0 byte upload. The file has the the correct name and size. It is not a thumbnail though it is the file icon image hmmmm....the plot thickens
Maybe there is more that I need to look at . I will add this plugin to another forum and compare behavior. I am attaching the download so you can look at what is in there and compare to your installation. Or @x00 can come up with a magical solution ....
Well, if you can install it in another forum , and successfully send images, could you link the ZIP file so i can try it out ? lol .. im not too great at this coding stuff. I can edit things that people recommend, but I dont know how to follow the functions just looks like coding to me
I am still learning too, it took me 6 months to get this far and I still have a long way to go, Let x00 figure it out better so he can update it when the solution is found.He is right I should not add to the confusion, if I get it to work elsewhere I will post it for sure. For now I like my own mod but can't support it coz It is an experiment as of yet.
It is times like this that it would be good to get positive and negative feedback becuase 475 have downloaded, and I wonder if it it just two that had this problem.
Totally agree - you would think there would be more (positive and negative) feedback from people who download and use the plugins. But that would be like herding cats, and asking to much - its "alot of work" for many forum owners to provide feedback ( theme of plugin works or has bugs) about something they might use that was downloaded from the addons . Most of the feedback is "change this, I want this".
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I have no problem asking questions about something if it doesn't do something i expect it to. Just makes sense if you think a plugin might be a useful tool and it doesn't work to ask about it.
I thought maybe it was an issue with something server side, but apparently it is not
@BrandonP said:
I have no problem asking questions about something if it doesn't do something i expect it to. Just makes sense if you think a plugin might be a useful tool and it doesn't work to ask about it.
I thought maybe it was an issue with something server side, but apparently it is not
I'm not sure yet
in default.php after
public function PostController_MultiUpload_Create($Sender){
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
$Sender->DeliveryMethod(DELIVERY_METHOD_JSON);
$Sender->DeliveryType(DELIVERY_TYPE_VIEW);
can you put
throw new PlUploadErrorException(var_export(array($_REQUEST,$_FILES, file_get_contents("php://input", FALSE,NULL,0,4096)),TRUE), 0, __FILE__);
this will cause it not to work but it is useful for debuging.
You can turn plupload,js back to how it was.
Let me know what happens. I can't promise to be on top of this this week, I have other priorities that come first.
Okay, Im uninstalling the forum right now. Just going to take about 1 hour because when you uninstall apps on godaddy for some reason it takes forever to remove and install them. I'll report back and let you know what i figure out
now when I try to upload, it is saying Failed to open upload directory [100]. This is with a fresh install, only fileupload and PLUpload plugins installed
Edit:
after I uploaded a file using the fileupload app, then switching back, i no longer get the failed to open error. Its inserting the images now, but they are still showing up messed up.
Comments
@vrijvlinder , does this plugin work for you ?
Yes and no however, I have modified it some, based on the update of creators of the api.( I get don't have a problem using the basic to upload, I did not use this plugin because I like to do stuff manually I guess.)
I added some extra files from the website download into the plugin which I just felt would do something beneficial. So I ftp the edited version with some extra files and also added them in the addJSFile. I got drag and drop as a result I think however when I upload the file path seems to be corrupt . Some where along the way when it is Parsed I would guess. It shows the name of the file and info about weight etc. and the link to insert. When I try to insert I get a place mark in safari is a little question mark. When I try the img link in firebug it also takes me to the place mark , the place mark is also in the uploads folder, it should save the name I think.
But I don't get the 0 byte upload. The file has the the correct name and size. It is not a thumbnail though it is the file icon image hmmmm....the plot thickens
Maybe there is more that I need to look at . I will add this plugin to another forum and compare behavior. I am attaching the download so you can look at what is in there and compare to your installation. Or @x00 can come up with a magical solution ....
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
It is best not mess with the plugin, I think this could cause some confusion and further issues, I'm trying to diagnose this issue.
Forks are fine but you support them, they are not my concern.
grep is your friend.
Well, if you can install it in another forum , and successfully send images, could you link the ZIP file so i can try it out ? lol .. im not too great at this coding stuff. I can edit things that people recommend, but I dont know how to follow the functions just looks like coding to me
I am still learning too, it took me 6 months to get this far and I still have a long way to go, Let x00 figure it out better so he can update it when the solution is found.He is right I should not add to the confusion, if I get it to work elsewhere I will post it for sure. For now I like my own mod but can't support it coz It is an experiment as of yet.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Totally agree - you would think there would be more (positive and negative) feedback from people who download and use the plugins. But that would be like herding cats, and asking to much - its "alot of work" for many forum owners to provide feedback ( theme of plugin works or has bugs) about something they might use that was downloaded from the addons . Most of the feedback is "change this, I want this".
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
inherantly ppl use this plce like a supermarket, run in , grab what they want and run out lol .. problem is they forget to pay pmsl
There was an error rendering this rich post.
I have no problem asking questions about something if it doesn't do something i expect it to. Just makes sense if you think a plugin might be a useful tool and it doesn't work to ask about it.
I thought maybe it was an issue with something server side, but apparently it is not
I'm not sure yet
in default.php after
can you put
this will cause it not to work but it is useful for debuging.
You can turn plupload,js back to how it was.
Let me know what happens. I can't promise to be on top of this this week, I have other priorities that come first.
grep is your friend.
one more thing to try a fresh install for vanilla with no plugins, then install FileUpload and fresh PlUpload and give it a go.
grep is your friend.
Okay, Im uninstalling the forum right now. Just going to take about 1 hour because when you uninstall apps on godaddy for some reason it takes forever to remove and install them. I'll report back and let you know what i figure out
no need to uninstall, just create fresh one.
grep is your friend.
Oh, whoops. lol. Its alright. My site is brand new and has no discussions or members right now anyways. I am installing the plugins back in right now.
now when I try to upload, it is saying Failed to open upload directory [100]. This is with a fresh install, only fileupload and PLUpload plugins installed
Edit:
after I uploaded a file using the fileupload app, then switching back, i no longer get the failed to open error. Its inserting the images now, but they are still showing up messed up.
Link:
http://safeoperator.net/vanillaforums/uploads/FileUpload/33/bac1b4fd16ae9cb62a857a41392849.jpg
have you set the permissions for upload directory?
grep is your friend.
I think they are automatically set. I will double check them to make sure they are setup properly
i enabled uploading and downloading for every user except for Guest, no change
I also changed the Upload directory to 777