Skip to content

Commit

Permalink
Merge pull request #23 from burbas/master
Browse files Browse the repository at this point in the history
Fix incorrect API description for uploaded_file:temp_file/1
  • Loading branch information
choptastic committed Jun 3, 2013
2 parents 006d7a5 + 0695491 commit c212bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Once you have created the request bridge object (a parameterized module), it pro
`uploaded_file` exports the following functions: `uploaded_file` exports the following functions:


* *UploadedFile:original_name()* - The original name of the file from the user's system * *UploadedFile:original_name()* - The original name of the file from the user's system
* *UploadedFile:temp_name()* - The temporary name for the file as it's stored on the server. * *UploadedFile:temp_file()* - The temporary name for the file as it's stored on the server.
* *UploadedFile:size()* - The size of the file in bytes * *UploadedFile:size()* - The size of the file in bytes
* *UploadedFile:field_name()* - The name of the HTML `<input type=file>` element from the page. * *UploadedFile:field_name()* - The name of the HTML `<input type=file>` element from the page.


Expand Down

0 comments on commit c212bb6

Please sign in to comment.