Questions tagged [uploader]
227 questions
3
votes
1 answer
CakePHP Uploader Plugin - Behavior Setup
I am using this plugin: MileJ CakePHP Uploader which works really well however I can only get it to work through the controller, not as a behavior in the model which I need to get working so I can use the feature to pass the file into Amazon s3.
My…

sluggerdog
- 843
- 4
- 12
- 35
3
votes
1 answer
Blacklist for filters
Plupload has ability to filter by extension.
In documentation, in the plupload settings:
White extensions list:
filters : [
{title : "Image files", extensions : "jpg,gif,png"},
{title : "Zip files", extensions : "zip"}
]
Is it possible to…

Alexey
- 662
- 6
- 11
2
votes
3 answers
Asynchronous file uploader with MVC3/.NET?
everyone I am a student and new to .NET and specially MVC3 development.
Currently in one of my projects part there is a form that includes few text fields and two file inputs.
Keeping in view that the file uploaded could be of large sizes I want to…

Maven
- 14,587
- 42
- 113
- 174
2
votes
0 answers
Can i remove the WP Media Library filter dropdown (or the row) completely?
I am allowing subscribers to upload images to posts they created with a ACF form. Currently it is using the uploader=wp WP media library modal.
When clicking on Media Library, for what I am building, there is no need to be able to filter by…

scorpnetwork
- 35
- 4
2
votes
0 answers
Change event triggers in safari when files property is updated dynamically
I am creating a custom uploader such that user can drag and drop files in to the custom drop area instead of uploader element. In order to achieve this, I need to update the files property of the Uploader by capturing the drop event. When doing so,…

Jeyanth
- 531
- 2
- 6
- 19
2
votes
6 answers
File uploader with progress bar?
How would I go about creating an HTML/PHP/AJAX file uploader with a progress bar? I have no idea where to start.

Jason
- 109
- 1
- 2
- 10
2
votes
1 answer
How do I actually upload and remove files using the shieldUI uploader and php?
I am trying to make an Attachments Module for a website. Here is the Attachments controller script Attachments.php

timmac15
- 59
- 3
2
votes
1 answer
Can I read Exif data of a picture in the client-side with js?
I have a little "big" problem.
I use agile-uploader to upload multiple image, this component resize all the picture (it works very well) but by doing this I lose exif data.
Can I read exif data in the client-side using JS ? given that isn't the same…

EatMeAlive
- 29
- 1
- 2
2
votes
2 answers
Image Upload Javascript PHP - How to keep original filename?
I'm trying to build-in an Image Uplaoder to my CMS for the gallery.
I've done some research and found what I need to build it.
The uploader uses three files. The first one is where to select the images for upload and showing some progress. Connected…

tim_baland212
- 23
- 3
2
votes
1 answer
the image doesn't appeare on the web page
i use vich uploader bundle to display images added to my data base
here is my code
config.yml :
vich_uploader:
db_driver: orm
mappings:
cours_image:
uri_prefix: /images/cours
…

TheDude
- 53
- 5
2
votes
2 answers
joomla: adding uploader to component back-end
How can I add an the Joomla built-in uploader to my component's admin back-end such that the file itself is saved in a folder somewhere in the server and the filename or url is saved in the DB? The docs for JHMLBehavior/uploader under…

Simon Kagwi
- 1,636
- 2
- 19
- 25
2
votes
1 answer
How to make Uploader in CGI shell script
I want to make uploader script in CGI bash (shell script)
with a "browse" and "submit" to upload files from it
note : the uploader without ftp and without user and password of ftp or cpanel or sftp
or:
I want to make CGI script "bash", so script can…

saba
- 35
- 1
- 10
2
votes
1 answer
How to get a list of all ForeignKey's in django
I'm trying to create a simple upload center with accounting .
I have a User and a File model like this :
class File(models.Model):
name = models.CharField(max_length=100)
path = models.CharField(max_length=255)
short_discripton =…

Mohammad Siavashi
- 1,192
- 2
- 17
- 48
2
votes
0 answers
get absolute image source with roxy fileman + tinymce
I use roxy fileman with tinyMce for text editor and file uploader. I want image src be absolute, but in default the src is relative.
How can I config roxy fileman to get the image path absolutely?

Peyman abdollahy
- 799
- 1
- 8
- 18
2
votes
1 answer
how to change a obj value in the uploader (ajax)?
i still try to change just 1 value on thish Script via js (remotePath), please give me informations :)
Thank you!
$('#uploader_div').ajaxupload(
{
url: 'upload.php',
dropArea: '#drop_here',
…

mister32
- 59
- 7