I have changed the maxsize setting to “20” in an attempt to upload files up to 20MB. However, if I try to upload a file larger than about 10MB the file does not upload, but there is no error that the file is too large, and no indication on the status bar that a file is uploading. I never see anything in the status bar though, so it’s difficult to know if the file just gets “stuck”.
Thanks.
Danita
]]>I have also this placement problem and this select button is 5mm under the load button and plugin looks horrible without any styling. All buttons and fields are white square and does seem same like screenshots with clean rounded buttons. Can anyone help me how to make this look better..
]]>The inline upload works on a page, but when inside a form in a table the select file button isn’t functional. The select file button didn’t appear until i deleted the position: absolute from two css rules as suggested in another post.
]]>I love that this plugin can be used with sweet custom dashboard. I can upload small files and receive a success message. However, large files seem to upload, but the progress bar stops at the end and never completes. The file does not show up on the server. Can someone explain how to overcome this problem?
There are several other unresolved posts about this:
https://www.ads-software.com/support/topic/plugin-inline-upload-working-great-but
]]>I’m using Version 1.7.11 (Version 1.7.14 does not show at all in WordPress 3.7.1, only when you’re logged in, but that’s another topic).
Anyway, Version 1.7.11’s select button is displaced to the right. I fixed this by deleting position: absolute;
from the following selectors:
input.file_input_button
input.file_input_button_hover
]]>
Anyway to format email notifications with html?
]]>form does not show on iphone
]]>I’m trying to allow video uploads. Once the video is near 100% it freezes, with no error message, the upload status bar is just frozen.
]]>Hi, two questions:
1) Is the plugin compatible with WP 3.6?
2) Would like to add your plugin under a form containing users’ name, surname and so on. May I tell your plugin somehow to attach the uploaded file (will be an image) as another field of the db coming from the form?
Thanks for your replies.
hey
does anyone know why this plugin works well with wp filebase but does not display pictures in galleries properly. after uploading a picture file, it is not received through wp media library and does not show up in any other gallery plugin (i.e.WP Easy Gallery, Eazyest Gallery, etc)
–thank you in advance
]]>I’m using the following code to allow uploads:
[inline_upload maxsize=”1000″ createpath=”true” uploadpath=”../uploads/%username%” duplicatespolicy=”maintain both” notify=”true” notifyrecipients=”**Censored**” notifysubject=”New File Upload” notifymessage=”%filename%, %filepath%”]
As you can see, I want the plugin to upload things to the /uploads/username directory at my site’s root. Despite this being in the code, it continues to upload things to the default directory. What am I doing wrong? o_O
]]>I get this at the top of our site…
Warning: session_start() [function.session-start]: open(/tmp/sess_HHD,zoUlJjowXf9qTAcje3, O_RDWR) failed: No space left on device (28) in /home/user/villagepca.org/wp-content/plugins/inline-upload/inline_upload.php on line 2
Any suggestions? Thanks!
]]>Hi,
This plugin works great in general but the status bar showing with no action in it (not moving) when done it disappear and the message upload successful.
How can I get this status bar filling up as it load?
Trying to use this plugin but thwarted by the fact that it converts filename to lowercase. I notice that this problem was asked about over year ago but the thread appears to have been closed with no resolution.
I took a look into the Inline Upload code and found the following command at line 175 of inline_upload.php
$label = strtolower($label); // Convert in lower case
I have tried commenting out this line of code and it appears to solve my problem. But I would very much like to hear from the developer as to
a) why this line is in the code in the first place
b) will commenting it out have any side-effects that I need to be aware of?
Again thank you very much for this plugin!
Help a lot in many way, especially the wonderful customization options.
Just a question/feature request though.
How can I have a multiple inline_upload per page?
If I do multiple in one page, only the first one responds and it tends to ignore the other instances.
I think it would be solve by serialized/id’ng each instance?
Hope to see this multiple feature work.
Thanks!
It seems one of the recent updates of either Inline Upload (1.7.11) or WP Filebase (0.2.9.36) has broken the auto-sync function when uploading files through Inline Upload.
The files still appear in the correct folders, but Filebase only sees them when I force a Sync through the dashboard. I have filebaselink=”true” set in the code, which always used to work fine.
Does anyone know if there is a fix for this, or whether this will be addressed in a future update?
Cheers
]]>Hi nickboss,
Thanks for this wonderful work.
Just a question, is it possible to embed this in other plugins?
I need to have this upload functionality in my TablePress by being able to upload a file in a table cell then a text can then be clickable to download the file.
Thanks.
]]>Just wondering if there is a command to transfer the submitted file name from the submit field via e-mail, I already added command to be notified by e-mail and it works, now I would like that e-mail to also supply the file name and file type, is that doable ??
thanks,
Drew
]]>Hi,
I got the strange experience, that when I want to upload something via FTP-Transfer-Method, I always get the error-message: “Upload failed! Unknown error.”
FTP-Logindata is correct (tested it in Browser) and I also gave the Folder, where I want to upload the files (within the uploads) 777 rights.
Still I get this error.
When I use the default method, it works, but only for files smaller than 30MB. I need to upload up to 80MB. I already set
max_execution_time = 220 (is max_execution_time necessary at all?)
upload_max_filesize = 120M
So I’d prefer to use the ftp-method, which still doesn’t work.
See for yourself: https://www.lifechange.at/?p=5424&shareadraft=baba5424_51756811b83f7
Last upload-button (Videodatei (max. 80 MB)) is the one, I’ve set to FTP-method.
Tanks a lot for your help in advance.
Greetz, Hannes
]]>what should i do to show uplooad field to guest users ?
]]>Hi, i like to know if the plugin can use for upload files in buddypress groups.
Greetings
]]>Using v 1.7.11. Thanks for a very useful plugin. I think I may have discovered why other post-ers are are reporting problems getting inline upload to display on pages.
The plugin seems to have a bug when interpreting its parameters. In some cases, this can be overcome by repeating the uploadrole parameter (which is syntactically wrong of course).
When the logged-on user is an administrator, everything works fine – the upload-file-panel is displayed. When the logged-on user is an editor, the upload-file-panel is NOT displayed even though uploadrole=”editor” has been specified in the paramameters.
The following three command sequences work (note the repeated uploadrole in the second and third):
[inline_upload uploadrole=”editor” uploadtitle=” ” uploadpatterns=”medicine-list.pdf”]
[inline_upload uploadrole=”editor” uploadpatterns=”medicine-list.pdf” uploadrole=”editor”]
[inline_upload uploadtitle=” ” uploadrole=”editor” uploadrole=”editor” uploadpatterns=”medicine-list.pdf”]
The final three command sequences below do not work:
[inline_upload uploadtitle=” ” uploadrole=”editor” uploadpatterns=”medicine-list.pdf”]
[inline_upload uploadrole=”editor” uploadpatterns=”medicine-list.pdf” uploadtitle=” “]
[inline_upload uploadtitle=” ” uploadrole=”editor” uploadpatterns=”medicine-list.pdf”]
my site is https://www.jetlagandmayhem.com (but the pages using this plugin are “private” and therefore not generally visible.
]]>This plugin is not working in my Suffusion theme. I can browse to a file but the Upload button is in active.
]]>Hello guys,
it all works pretty well and I receive the notification mails, but how can I format the message? I want to have a word-wrap in the text.
[inline_upload notify=”true” notifyrecipients=”[email protected]” notifymessage=”Dear Recipient, this is an automatic delivery message to notify you that a new file has been uploaded. Best Regards”]
Content of the notification is:
Dear Recipient, this is an automatic delivery message to notify you that a new file has been uploaded. Best Regards
Text should be like this:
]]>Dear Recipient,
this is an automatic delivery message to notify you that a new file has been uploaded.
Best Regard
I’d like to use the plugin on a site thats in French. where do I go to edit the code so that field name the user sees is in French. I have the french text just can’t find the field names in the editor
]]>Is there a way to change the setting to allow the uploading of multiple files.
Thanks
]]>Hi,
thank you for this plugin, which i find very useful.
It works great. But there is a little CSS problem when using it on a large screen. The hidden upload input is not large enough. Here is a screenshot on which i removed the opacity on this hidden input so the problem becomes visible: https://pix.toile-libre.org/upload/original/1361286193.png
If i come up with an elegant CSS solution, I’ll let you know.
Best regards.
]]>Hey
please how to appear
progress bar in IE browser
Have a great week
]]>Hi, I am trying to make the files uploaded to be named as postId.extension. For example, the file new.pdf that the user uploaded will be stores into the deatination folder as 123.pdf, where 123 is the post Id. In this way, I can retrive the same file from the location for users to download. Is it an existing way, or easy modifying of the source codes to do what I want?
Thank you!
]]>Hi, I am trying to make the files uploaded to be named as postId.extension. For example, the file new.pdf that the user uploaded will be stores into the deatination folder as 123.pdf, where 123 is the post Id. In this way, I can retrive the same file from the location for users to download. Is it an existing way, or easy modifying of the source codes to do what I want?
Thank you!
]]>