upload

  1. Mr. Jinx

    Error message when file upload fails

    If you upload a language file that is bigger than the maximum php upload size (upload_max_filesize), you will get this error message: Please upload a valid language XML file. Suggestion: give a more descriptive error telling the user that the php upload size is too small. Most hosting providers...
  2. Supergrobi

    XF 2.2 Uploading image attachments via URL (HTTP) leads to "Uploaded file is too large"

    Uploading images from another server via HTTP often fails with "Oops - Uploaded file is too large", even if the file being fetched doesn't exceed maximum file size. How to replicate? Set a maximum file size of e.g. 2000kB in admin panel under Options -> Attachments -> Maximum attachment file...
  3. developr

    XF 2.1 File upload via API

    I want to add avatars to users via the xenforo api. function apiCall($action,$scope,$post,$upload=0) { $headers = array( 'Content-type: application/x-www-form-urlencoded', 'XF-Api-User: 1', 'XF-Api-Key: '.APIKEY ); if(!$upload) { $post =...
  4. B

    RM 2.1 upload attachments using api

    how can i upload attachments using api? please show sample
  5. JulianD

    Chunked Uploads - XF2 1.0.2

    This addon enables "chunked uploads" in XenForo and allows you to set a virtually higher maximum upload limit up to 128GB regardless of your server configuration. Features Option to define the chunk size of each upload. This value cannot be higher than the maximum upload file size reported by...
  6. M

    Not a bug Resources: cannot upload files with docx extension

    Hi, the extension docx is in the list in the ACP, nevertheless I get this message: "The uploaded file does not have an allowed extension." Any ideas? (It is not a large file ... and it worked fine with the doc extension. Also: I can upload docx files in a forum ...) Thanks, Michael
  7. W

    XF 1.5 Can I embed a video file I uploaded through FTP in the same server?

    HI, It seems that I can only embed videos in Youtube, ... but isn't it possible to embed videos in the very same server?
  8. Amaury

    Browser issue Local Avatar Upload Does Not Apply without a Page Refresh

    I'm able to confirm the issue here on XenForo Community. And this is working as it should on KH-Flare, which is still on XenForo 1.5.5, so I'm guessing this bug cropped up somewhere between XenForo 1.5.6 and XenForo 1.5.9. It could be similar to that Gravatar bug I reported a long time ago...
  9. v8td

    Upload photo from clipboard?

    Exists or is it possible to create an xenforo addon that instead of "Upload a File", will have a "Upload from clipboard" feature for images? I often use snipping tool... Maybe a modal window, like that for inserting an URL... where i can specify the filename? I see so many features like "quote...
  10. Mr Lucky

    Lack of interest Permissions for attachment type and storage quota

    I would like: Type of file to be permission based. maximum quota of uploads to be permission based So for example: Usergroup X can upload PDF, but group Y cannot Usergroup X has a maximum allotted storage space of 50MB, group Y omly 5MB This would be quite an incentive for paid user...
  11. Freelancer

    Lack of interest Enabling to paste file attachments into the redactor without extra text content

    As a bug was reported for XF 1.5.5 (which is now resolved with 1.5.5a) in this thread, I would suggest to adopt the current behavior to be able to paste file attachments into the redactor text input (everything non-picture like PDFs for example), so it allows you to reply to a thread without...
  12. truonglv

    Not a bug XenForo_Upload ignore allowedExtensions

    As the title. You have provide an method which allow us set custom the allowedExtensions. But in some case you are not using it and use your defined. XenForo_Upload the line 200: if (in_array($this->_extension, array('gif', 'jpg', 'jpe', 'jpeg', 'png'))) I think need an case check if provide...
  13. Dadparvar

    XF 1.5 How to let guests attach files

    Hi, Regarding to: https://xenforo.com/community/threads/advanced-application-forms-paid.55658/page-30#post-1009806 And the answer post below it. (that shows the problem is about xenforo) How can I let guests upload attachments? Regards
  14. S

    XF 1.5 Can't Upload Files over a certain size

    Hi, there. It's my second call for support today, it seems. I'll try to be brief, but detailed. I'm running some tests on my forum at the moment, and I seem unable to upload files or resources over 100kb, for some reason. I've checked my Admin Panel, and everything in there seems correct. I've...
  15. Dadparvar

    Lack of interest Upload resource from URL in XFRM

    Hi, I always have problems with uploading resources that are more that 200 mb (its not problem about my server. Because we have other sites on this server and all of them are limited but can upload 1 GB files, but my forum's access to server is unlimited somewhere but always has problem...
  16. Dadparvar

    MG 1.1 How to Upload a video from a URL in XFMG

    Hi, While adding new image in XFMG, I have "Upload an image from a URL". But for adding video, there isn't any option to upload it from a URL. Should I do anything to activate it? or there is no such an option? If so, will this be added in future updates? Regards, Hamed
  17. radenmas

    XF 1.5 Uploaded file not shown while posting, but surprisingly it is uploaded

    Hello, i encountered weird problem. When posting new thread or reply, i can click "upload file" to upload stuff. But the picture i upload wont appear, so i can't insert it into the post. surprisingly, if you submit the post anyway, the pictures do get listed in the attachments. I also can...
  18. Mr Lucky

    RM 1.2 Error after uploading large resource

    I wonder if there a maximum size that overrides what is set in options? I want a resource to have a large download, (80MB zip file) I have set the file size in options to be 100000 and added .zip to allowed extensions. Yet I get an error after uploading. Can anyone help please? Thanks
  19. Nicky Vermeersch

    XF 1.4 There was an error uploading your file.

    It happens a lot when trying to upload attachments or images to the media gallery. I increased the following options in php: upload_max_filesize=800M post_max_size=800M max_execution_time=300 max_input_time=300 However I still get "There was a problem uploading your file." as an error. I'm...
Top Bottom