upload

jQuery Uploadify Not Handling Large Images

I am using jQuery Uploadify plug-in. It works great for what I'm doing, but when I recently tested it with images over 2.5mb, it fails. The process completes, states that the file is 100% uplaoded, but the file never arrives in the uploaded folder. The log files say that the script can't find the file. I checked the PHP.ini file setti...

JQGrid File Upload

Hi, I want to use Multiple File Upload With JQGrid builtin Inline/popup Editing. User will supply some meta info and file. Meta info will go to DB and file will be saved on web server. I need to do this on Submit button. Any Suggestion/reference ? ...

Meio upload behavior - zoom crop not working

Hi I'm using this MeioUpload Behavior. And i installed both phpThumb component and phpThumb vendor. Thumbnail generation is working fine but zoom-cropping is not. Here is my code. You can see i've tried every possible variables. I also set every default zc or zoom_crop variables I found in component and vendor to 1. 1 is the same as C ...

My project works fine on my local machine, but not on the web server

My project is working fine on my local machine but not on the web server. I think it is the stored procedures, because the error that I am getting is: Fatal error: Call to a member function fetch_array() on a non-object in ... The collation of the database is "utf8_general_ci". Just a simple example: I have a stored procedure cal...

How to upload recorded audio file mixed with part of a music file from ipodapp in iphone to webserver?

And is it possible to mix a just a part of a song with a voice from microphone at all? ...

CKFinder image upload name

Hello! Can I influence (change) the image that's uploaded name? Thank you. ...

How can I remotely upload files to Amazon S3?

I am looking for a way to transfer files from a server to Amazon S3 bucket, without first downloading the files to my computer. All of the files I plan to transfer can be accessed publicly (e.g. http://something.com/file.ext). Everything I tried only allows me to directly upload files from my Mac to S3. P.S. Although I have access to wi...

execute command denied to user 'tisegoco_goitse'@'localhost' for routine 'tisegoco_tisego.offices

Hi I tried to upload my project on my machine and the error that I get from mysql is: execute command denied to user 'tisegoco_goitse'@'localhost' for routine 'tisegoco_tisego.offices I granted this user all privileges on the db. Now I am trying to access this procedure: delimiter // create procedure sample() begin select * ...

How to create a file input which allows multiple files to be selected?

Hi there, how do I create a file input which allows multiple files to be selected and uploaded? It seems that <input type="file" name="fileinput"> allows only 1 file to be selected at a time, while the input on http://filetolink.com/ (for example) let's the user select multiple files. How is this done and how do I go about processing...

php file upload size question

I know you can control the size of uploads in PHP using $_FILES['userfile']['size'] > XXX My question I suppose is performance related. When you upload a file, my understanding is the whole file gets uploaded to a temporary location, and then you have access to $_FILES What happens if a user attempts to upload a 10gb file? (as an exa...

Secure User Image Upload Capabilities in PHP

Hey everyone, I'm implementing a user-based image uploading tool for my website. The system should allow any users to upload JPEG and PNG files only. I'm, of course, worried about security and so I'm wondering how the many smarter people than myself feel about the following checks for allowing uploads: 1) First white list the allowa...

Visual Basic 2010 Picturebox1.Image ftp upload

can someone show me an example script of how I would upload picturebox1's Image to an FTP connection? ...

Image in CKFinder browser exist, but I can't find the image..

Hi everyone, I'm using CKFinder 1.4.3, integrated with CKEditor. I use it with CI. The upload folder of CKFinder is named 'uploads'. And then, I modified an .htaccess file, like this: RewriteRule ^(ckeditor|ckfinder|uploads)/(.*)$ webroot/$1/$2 [L] So, when i want to see the image , the url would be like this: http://blabla.com/upload...

PHP:Uploading to wrong folder. How to change it to get it in to right place?

I want to Upload picture to my web server. $newname = dirname(__FILE__).'/upload/'.$filename; The code above would add my picture to folder like this: www.something.com/admin/upload How could I get my file to the correct folder: www.something.com/upload As you see, it should go one forder back. The complety code is found on:...

iphone multiple background tasks

Hi All, I've got a program that uploads photos and uses a background task to do this. At the moment it only uploads to one destination but eventually I would like it to upload to several destinations. (Also in the background). Is it possible to have more than one background task running or should I have one background task that does ...

Codeigniter multiple file upload paths

I'm building an app which needs to take uploaded files and put them in separate directories for thumbnails and fullsize images. But $config['upload_path'] = './uploads/'; only allows me to select one upload path. How do I define two or more upload paths? ...

PHP upload_max_filesize

How can you set upload_max_filesize to no limit? Could you say upload_max_filesize = -1 (As you can with other things)? ...

How to upload the powerpoint document in fckeditor (model)?

In my application , i cant upload the ppt file that shows an error as invalid file type . How can i add ppt file in my file type?? ...

How to upload files without using FileUpload control

Hi, I want to open file dialog on click of a button in asp.net without using file upload control. Please let me know the way to do this. Thanks Rupa ...

Is uploading very large files (eg 500mb) via php advisable?

I created an simple web interface to allow various users to upload files. I set the upload limit to 100mb but now it turns out that the client occasionally wants to upload files 500mb+. I know what to alter the php configuration to change the upload limit but I was wondering if there are any serious disadvantages to uploading files of t...