You need to sign in to do that
Don't have an account?

Uploading A file
Hi ,
I wanna upload a file from my local machine to salesforce account,
Could any one help me with the sample code how would i achieve this
Thank You
You need to sign in to do that
Don't have an account?
Hi ,
I wanna upload a file from my local machine to salesforce account,
Could any one help me with the sample code how would i achieve this
Thank You
Are you doing this with a Visualforce page?
If you are then here are a couple of URLs to look at for slightly different examples:
http://blog.jeffdouglas.com/2010/04/28/uploading-an-attachment-using-visualforce-and-a-custom-controller/
http://salesforcetrekbin.blogspot.com/2010/04/visualforce-file-upload-for-any-sobject.html
All Answers
Are you doing this with a Visualforce page?
If you are then here are a couple of URLs to look at for slightly different examples:
http://blog.jeffdouglas.com/2010/04/28/uploading-an-attachment-using-visualforce-and-a-custom-controller/
http://salesforcetrekbin.blogspot.com/2010/04/visualforce-file-upload-for-any-sobject.html
HI,
i am able to uplaod a file , but now i would like to view the uploaded content
How could i achieve that ..
Thank You...
Hi,
In addition to the code given by Jeff, please add the following snippets :
In Class :
In Page :
This will show you the document list alongwith the links to the documents.
Hope this will help!
Hi...
can u plz explain the program..
actualy i tried the program..u posted that link..
but its not saved....it displays error...
http://blog.jeffdouglas.com/2010/04/28/uploading-an-attachment-using-visualforce-and-a-custom-contro...
Thanks & Regards
surekha