Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Some help please :)
Some help please :) (SOLVED)
Last post 12-19-2009, 9:58 AM by
Eric
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
12-18-2009, 7:03 PM
57837
mani06ah
Joined on 12-19-2009
Posts 4
Some help please :) (SOLVED)
Reply
Quote
I could use some help - a developer, to work a little bit on programming ajax uploader to meet my requirements. Shouldn't be to hard if you know you way around the API, MySql and C#.
Please if you are interested PM me.
Regards
12-19-2009, 9:58 AM
57839
in reply to
57837
Eric
Joined on 08-05-2009
Posts 1,269
Re: Some help please :)
Reply
Quote
Dear mani06ah,
The document and API can be found in
http://ajaxuploader.com/document/
. After file is uploaded, you can find it in temporary folder, you can use CopyTo() or MoveTo() to copy or move it to destination folder. You can also store the uploaded file to database, This example can be found in
http://ajaxuploader.com/Demo/Ajax-based-File-Forum.aspx
. you can find this example's source code in \Ajax-Uploader\AdvancedCS20-MicrosoftAjax\Ajax-based-File-storage.aspx, it is based on sql server database, if you want to migrate it to MySQL, you need write your own code.
Regards,
Eric