Closed oliversong closed 11 years ago
Fixed it, but there are some larger problems preventing this plugin from working on the current release (344e8be).
The fix for this was a simple renaming in the file templates/fileUploadScripts.ejs - the filename has to be changed to match ajaxupload.3.5.js .
I'll put in a pull request but first I'm going to try to fix the real problem here- file uploads breaking the server for some reason.
Any update on this @oliversong
Any word on a fix for this? Image uploading and cutting is a very important addition to my project but unfortunately I am stuck until the file_upload ability is fixed. Thanks for any info in advance!
I think I fixed file uploading.. Is it not working for you?
Hi there, No it's not working. I get the error - An error occured while loading the pad Uncaught ReferenceError: AjaxUpload is not defined /ep_fileupload/static/js/fileUpload.js (line 1)
I am running the latest, stable version of Etherpad (1.2.7). I uninstalled and re-installed the plugin again this morning, same results.
On Mon, Feb 11, 2013 at 5:05 PM, John McLear notifications@github.comwrote:
I think I fixed file uploading.. Is it not working for you?
— Reply to this email directly or view it on GitHubhttps://github.com/redhog/ep_fileupload/issues/2#issuecomment-13379155..
Installing with
cd node_modules
git clone git://github.com/redhog/ep_fileupload.git
cd ep_fileupload
npm install
Then restart Etherpad works.
mehh npm breaks this cause of a sym link fixing now https://github.com/redhog/ep_fileupload/blob/master/static/js/ajaxupload.js
Gah and I had to fix a placeholder bug in npm. All resolved now. Update to 0.0.7 and it will work
Hey redhog, did you ever find out why this error comes up? File upload functionality is a key portion of a project I'm working on, I'd be willing to help out in fixing this up.
file_upload (error: Uncaught ReferenceError: AjaxUpload is not defined in http://IP:9001/static/plugins/ep_fileupload/static/js/fileUpload.js (line 1))