Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
292 views

Limiting file upload type

Simple question. Is there a way to only allow txt files upon uploading? I've looked around and all I find is text/php, which allows PHP. $uploaded_type=="text/php
1
vote
8answers
458 views

What common application types are created with Visual C++?

C# and VB .net (higher level languages) tend to be good for n-tier business applications and such. I find C++ a very interesting language and would like to spend more time developing in it. What ...
1
vote
2answers
2k views

Extending Sprite Using Flex?

I have done all of my Flash applications up until now with the Flash IDE (although I rarely use the timelines, since I prefer to do everything in code) or in FlexBuilder as Flex applications. Are apps ...