Upload and Download

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
10 posts Page 1 of 1
Contributors
User avatar
DeveloperJacob
VIP - Donator
VIP - Donator
Posts: 87
Joined: Sun May 27, 2012 12:40 pm

Upload and Download
DeveloperJacob
Hello,

I have an idea for a new program. I can do the most things but there are a few things I can't do.
I want to make a program were people can upload there files with discription, title and price.
And then other people can download or buy (with paypal) the file. It's like an app store. You can upload your file
and others can download it.

Thanks

If you can help me you get credits in the program (Not codenstuff credits, the other credits.)
Image
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Upload and Download
Dummy1912
i know that #CodenStuff has a app 'product key manager' (app no source)
Apps.php?mode=view&sid=1
its a great app :) and easy to work with.
that contain some data you need
but no uploading part.
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
DeveloperJacob
VIP - Donator
VIP - Donator
Posts: 87
Joined: Sun May 27, 2012 12:40 pm

Re: Upload and Download
DeveloperJacob
thanks for your response Dummy1912, I saw it before but I can't do much with it.
Image
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Upload and Download
Dummy1912
so #DeveloperJacob how you want to use it
i mean with a online database support?
and you want to use it all with vb.net? even the upload part and the download part?
or do i get you wrong.
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: Upload and Download
comathi
Well you could use .html pages to display each product. When the user submits a program, it creates a new document where the specified information is filled out, with a link to the submitted app.
User avatar
DeveloperJacob
VIP - Donator
VIP - Donator
Posts: 87
Joined: Sun May 27, 2012 12:40 pm

Re: Upload and Download
DeveloperJacob
Dummy1912 wrote:
so #DeveloperJacob how you want to use it
i mean with a online database support?
and you want to use it all with vb.net? even the upload part and the download part?
or do i get you wrong.
I meant that I could not do much with it just because I don't know how it works and I should know how it works.
comathi wrote:
Well you could use .html pages to display each product. When the user submits a program, it creates a new document where the specified information is filled out, with a link to the submitted app.
I think i'm going to try that.
Image
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

Re: Upload and Download
Filip
It would be easier with one php page which shows each app from database..
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
User avatar
DeveloperJacob
VIP - Donator
VIP - Donator
Posts: 87
Joined: Sun May 27, 2012 12:40 pm

Re: Upload and Download
DeveloperJacob
visioncr0 wrote:
It would be easier with one php page which shows each app from database..
Good idea, but I can't program php.
Image
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Upload and Download
Codex
You can use HttpWebRequest to POST data to an PHP site. Then validate it and if you want to let the user submit it directly to the database then just create a new row in the table using INSERT in MySQL. Lastly you would need to FETCH ARRAY to retrieve all the data from the MySQL table.
Then in VB.NET you can use some sort of split function to separate the 'products'.

If you need more help or need a detailed tutorial then feel free to contact me via PM.

- CodexVideos
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Upload and Download
MrAksel
I can probably help you if you have any problems :) I have working on my own AppStore since December (and its working), but I haven't released it because I need a computer with 24/7 uptime and an open port :( Just ask ;)
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
10 posts Page 1 of 1
Return to “Coding Help & Support”