Hello sir,
I want to upload image in particular folder,may be this be in webroot/img. how i have to do this,if any one have code please help with proper explanation.
Thanks
Manish
error- This method must run on api-video.facebook.com
here is my code
[[FBRequest requestWithDelegate:self] call:@"Video.upload" params:params dataParam:[NSData dataWithContentsOfFile:@"creme.mov"]];
any idea?
Hello,
I was wondering the best way to upload file to a web server in cocoa. I cant seem to get my curl code to work even though it works when run from terminal.
curl code:
system(@"curl -T /file.txt http://webserevertouploadto.com")
Thanks for any help
I have a script that lets the user upload text files (PDF or doc) to the server, then the plan is to convert them to raw text. But until the file is converted, it's in its raw format, which makes me worried about viruses and all kinds of nasty things.
Any ideas what I need to do to minimize the risk of these unknown files. How to check if it's clean, or if it's even the format it claims to be and that it does not crash the server.
hey
i made a script that uploads files to different servers using php curl and the problem is that it eats all my upload bandwith and my apache does not respond as i would like.
the call is made from the php-cli and can not use any apache bandwith limiting bandwith
thanks in advance
Hi, I am using imagekit to handle custom size of uploaded images. While it works fine for creating custom size images with this, I'd like to use imagekit to resize the original image on upload. Is this possible?
Hi,
I am wondering, if I create a new HttpRequest, and put the content of a simple file inside this request, would I be able to read the content on the server side by aspx page? in other words would that be equivalent to upload control?
Thanks!
hello guys
i like to implement upload files in my application using jqueryui progressbar
any one know how to implement this? if you know any tutorial with php or zend framework please give a link
edited : i dont want to use flash
thanks
Hi,
I am trying to upload my .apk for the 1st time on market. But it gives error:-
The server could not process your apk. Try again.
Please help.
Thanks.
What's a good video upload storage solution? I'm trying to find a way to offload bandwidth to another storage solution (something like S3), but at the same time, also trying to find a solution which is geared for video storage.
Are there any solutions out there for this? Or should I just use S3?
Thanks!
whenever i am uploading trying to upload file having size more than the size specified in maxRequestLength , browser is showing "webpage can not be displayed" .
an someone please tell me how to solve this problem
how can we check file types (formats such as jpg) without using file extensions before -uploading them- in asp.net with c# ?
i am using vs 2008 + asp.net + c# + TELERIK Controls (RadUpload)
=========================================================================================
imagine that some body change the text file extension to jpg and select it in a upload conrol such as radupload ...
how can we recognize that this file is truely jpg or not?
I am trying to be able to upload files with Sinatra. I have the code here, but I'm getting the error "method file_hash does not exist" (see /lib/mvc/helpers/helpers.rb).
What is going on here? Is there some dependency I'm missing.
i normally ssh into my remote server in order to administrate my files using terminal for OSX.
i don't understand how i retrieve (download) files from the server to my local computer, or send files from my local computer to the server (upload).
please help!
I am trying to upload an image to server using iphone .
I haven't done it before.
But I am not getting how can i do it.
I know how to add text data on server.
But how to add the image data or an Image to server . Can any one suggest!?
Any ideas how this can be done thru pure asp? I have various upload scripts, but they all either save a file to a folder or in a database. I can't seem to modify these examples correctly to put the file in an array.
Here's the 2 I'm currently using:
http://www.asp101.com/articles/jacob/scriptupload.asp|http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=7361&lngWId=4
I'm using Rails 2.3.2 and using Paperclip to upload photos. I'm also using a slightly customized subdomain_accounts.rb to set some account-specific variables. My question is this:
How can I set the bucket used in Paperclip to be dependent on the current account? Since this looks to be a model attribute set up early on, how can I override it later? Thanks.
Hi stackoverflow,
i can create an album using facebook graph api by posting data to
http://graph.facebook.com/PROFILE_ID/albums
it returns an id, which is not the album id.
I confirmed it in two ways
by going to that album, aid is different than what id i received
and by posting http://graph.facebook.com/{ALBUM_ID_I_RECIEVED/photos, but the photo is never published to newly created album instead it is published to a default application album.
I need to know the real album id so that i can upload images to newly created album.
Please Help
I currently developing a website, where i allow the users to upload an image and display it on the same page the moment it gets uploaded fully. How can I do this. I am developing the site on asp.net (C# & webforms).
Hi,
I have one audio file captured from my iphone. I want to upload this audio file using SFTP protocol?
Is is possible? Is there any third party library available? Is it the same as putting file on FTP?
Thanks,
Jim.
Everything else works in Magento 1.4 but I can't upload images. Running on Windows/IIS. I know it isn't officially supported but seems odd that everything works but something as simple as image uploads.
Tried updating the media path and that is correct. Also updated permissions on directories, but nothing has worked.
Any other ideas to get this to work?
thanks