uploader

flex uploader

i making an uploader for 3rd party site, i don't want upload through my host (user upload to host, host upload to 3rd party site), it waste bandwidth so i decided choose flex, but i want know clearly about flex before i tried with it, can it handle http response after upload (redirect header, html response, json ...) ...

Resizing Image in ASP.NET -- Output as a Stream of the resized image for

I got this block of code from link text and modified it a little because I want to use it with my AJAX Uploader that needs a Stream to be used for adding uploaded items into the attachments display; public Stream ResizeFromStream(int MaxSideSize, Stream Buffer) { int intNewWidth; int intNewHeight; System.Drawing.Image imgInp...

post_max_size and upload_max_filesize on a case by case basis

Using a PHP uploader and was wondering if there was a way to override the default values in php.ini for post_max_size and upload_max_filesize in a specific script? Don't want to change it universally in php.ini because while it's okay to make the limit big on the uploader in our admin section, we don't want that big of a limit in the pu...

Will Ajax uploader works with sitecore sublayout?

Hi, I want to uplaod mutiple image in server.My project is using sitecore.I am using sitercore sublayout to upload the image file. Right now i am using file uplaod control.how to use ajax uploader in sitecore sublayout. Has anyone used/configure ajax uploader with sitercore sublayout ? Early reply will be great help for me. Thanks. b...

HTML-PHP Uploader Query

well, for a college project I'm designing an uploader site (u give it a file, it uploads it...kinda like imageshack or mediafire). Anyway, I got the whole thing working well with a html form and a php script to store the uploaded file in a "/uploads" folder. now here's the thing.....I want to have a drop down list in HTML section, and d...

Img upload help

i need coding in PHP where only registered users can upload as many images as they want with the option of deleting them .One of their image goes in their profile next to his/her details. i want to store the images in server. ...

Experiencing difficult to reproduce bugs with jqUploader and am considering switching to Uploadify. Thoughts?

Hi, I've used jqUploader for a while but I find that it will occasionally fail to work on certain browsers on certain machines or will not work properly when using HTTP Basic authentication. I've tired of trying to get this to work properly and am considering switching to another (hopefully) less buggy uploader. I've looked into Uploadif...

PHP uploader for about a thousand images?

I am working on a websitwe and I need a client to send me close to a thousand pictures. There is a bit of a geographical distance between us, so while mailing a CD or SD card is not impossible, it is not preffered. Can I write a PHP uploader to have the client submit the pictures, or is there a better way? I do not want to subscribe to ...

Picasa access in android: PicasaUploadActivity

I am new to Android, and I'm struggling to figure out exactly what tools are available to me. I am developing for android 2.0.1 for now, just because that is what my device runs. Specifically, I am writing an app that I would like to upload images to a picasa album. I am almost sure this is supported; for example, the built in (google?...

Uploading multiple files simultaneously with Flex

I have been working on a flex uploader, where the user can select multiple files. It works fine when the files are uploaded in a queue (one at a time), however as soon as I try to have it upload 2 files at once I run into issues. It seems that files will often lock up, and either stay at 1% until every other file is uploaded, or just n...

Any workarounds for getting swfupload.js working in Linux?

Hi, SWFUpload doesn't work on ubuntu, I can see various mentions of it throughout the internets but I'm wondering if anyone here as found any work arounds? I'm developing on Windows, so the code executes fine. But my colleague is running ubuntu, and SWFUpload crashes instantly. Has anyone encountered that and found a work around? I've...

Programmatically submitting a form while using AjaxForm

I wanted to find a way to upload a single file*, in the background, have it start automatically after file selection, and not require a flash uploader, so I am trying to use two great mechanisms (jQuery.Form and JQuery MultiFile) together. I haven't succeeded, but I'm pretty sure it's because I'm missing something fundamental. Just usin...

Java multiple Images Uploader

Hello Folks I have this new requirement to develop a software which is a large scale image up loader in a web application. I was able to do the same using swing contains several feature like drag and drop, progress bar, remove file / files , modify, limit file size, verify file information, timer, verify at run time ..and its a very po...

Cakephp file upload problem.

I am using Cakephp as my framework. I have a problem in uploading my files through a form. I am using an Uploader plugin from THIS website. My php ini file has this piece of code. upload_max_filesize = 10M post_max_size = 8M this is from uploader.php --> plugin file has var $maxFileSize = '5M'; //default max file size In my co...

Website image compression

Hello, I am currently working on a website which needs images to be uploaded. I have seen some standard image uploading tools which work well, but I am looking for one that compresses on the client side before the upload has been done. I have looked at a view, but none seem to suit. Can anyone recommend a web based client side image co...

Problem receiving Json response with responseType set to Json in Jquery AjaxUploader.

hi, I am using jquery ajaxuploader in my asp.net website.When I set responseType: 'json' in 'AjaxUpload' the onComplete is not getting executed.In the firebug I am able to see the json response as {"Error":null,"Success":true} along with the entire page markup to which the 'AjaxUpload' has made the request. I am having trouble understan...

Jquery WYSIWYG with image uploader

Hi guys. I'm driving nuts around here. I'm building a CodeIgniter CMS and I need to use rich text areas. Image uploading is a must. I've been trying NicEdit all weekend, and it has great and simple image uploading but it shows some really strange issues on IE8 that I can't fix. So...I'm ready to try something else. I've seen FCKeditor, C...

CMS for anonymous interaction

I need a CMS that allow me to interact with people anonymousely... The site will present some video, some picture... but i need to : Let ANYBODY without registering send video, post and picture. those media will fall into a queue for approval by real persont that manage the site, and send that to the right category ! So if you know pl...

Stable jquery or flash uploader

Hi all, I have been using a jquery plugin called uploadify for handling file uploads as it comes with interactive flash upload. but everyone on my website is complaining its not working. can some one please recommend me one that works in most situations. Thank you ...

joomla: adding uploader to component back-end

Hi, 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 http://docs.joomla.org/API16:JHtmlBehavior/uploader are useless, and I've tried Googling for a comp...